mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3715]Refactor search filters page (#3933)
* Add tests for text widget * Propose refactor search filters component * Fix lint errors * [ADF-3715]Refactor searchFiltersPage * Change describe * Replaced use of searchDialog with browser.get * Added a test case * Modifications to enterConfiguration method * Create a new method enterBigConfigurationText * Fix lint issues * no message
This commit is contained in:
committed by
Eugenio Romano
parent
ca3e1035fa
commit
a6cd910466
@@ -24,6 +24,7 @@ var FolderModel = function (details) {
|
||||
this.shortName = this.name;
|
||||
this.tooltip = this.name;
|
||||
this.location = "";
|
||||
this.description= "";
|
||||
|
||||
this.getName = function () {
|
||||
return this.name;
|
||||
|
Reference in New Issue
Block a user