fix protractor report

fix validation
fix log deprecated
fix ADF-3576 Single required dropdown column dynamicgrid aps-form row editor not saving
This commit is contained in:
Eugenio Romano
2018-09-21 15:18:06 +01:00
parent 6e72a84d13
commit bd5be8912f
7 changed files with 81 additions and 66 deletions

View File

@@ -72,7 +72,7 @@ export class SettingsService {
/** @deprecated in 1.7.0 */
public setProviders(providers: string) {
this.logService.log(`SettingsService.aetProviders is deprecated. Use the app-config.json`);
this.logService.log(`SettingsService.setProviders is deprecated. Use the app-config.json`);
if (providers) {
this.storage.setItem(AppConfigValues.PROVIDERS, providers);
}