Commit 80a8c21840d480bce4205c7af26523d712ea6688

Authored by isisadmin
1 parent 75a6261c

mod xml conf files

controllets.xml
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <handler_configuration>
3 3 <deep_handler_configuration>
4   - <components_repository_url_reference>http://192.168.214.128/DEEalerProvider/COMPONENTS/controllets/</components_repository_url_reference>
  4 + <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/controllets/</components_repository_url_reference>
5 5 </deep_handler_configuration>
6 6 <components>
7 7 <component>
... ...
datalets.xml
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <handler_configuration>
3 3 <deep_handler_configuration>
4   - <components_repository_url_reference>http://192.168.214.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference>
  4 + <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference>
5 5 </deep_handler_configuration>
6 6 <components>
7 7 <component>
... ... @@ -146,25 +146,11 @@
146 146 <idm>
147 147 <inputs>
148 148 <input>
149   - <name>First level</name>
150   - <description>It is the first level field that the datalet will use to group the values at first level.</description>
  149 + <name>Level</name>
  150 + <description>It is the level field that the datalet will use to group the values at corrisponding field number level.</description>
151 151 <scale>nominal</scale>
152 152 <role>domain</role>
153   - <selection>11</selection>
154   - </input>
155   - <input>
156   - <name>Second level</name>
157   - <description>It is the second level field that the datalet will use to group the values at second level.</description>
158   - <scale>nominal</scale>
159   - <role>domain</role>
160   - <selection>11</selection>
161   - </input>
162   - <input>
163   - <name>Third level</name>
164   - <description>It is the third level field that the datalet will use to group the values at level third.</description>
165   - <scale>nominal</scale>
166   - <role>domain</role>
167   - <selection>11</selection>
  153 + <selection>*</selection>
168 154 </input>
169 155 <layouts>
170 156 <input>
... ...