Revision 52693
Added by Miriam Baglioni over 6 years ago
modules/dnet-modular-uis/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/lightui/webContext-dnet-modular-lightui-ui.xml | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<bean name="/ui/lightui.do" |
6 | 6 |
class="eu.dnetlib.functionality.modular.ui.lightui.LightUiEntryPointController" |
7 |
p:menu="Tools" p:title="Metadata Record Inspector"
|
|
8 |
p:description="Inspector for metadata records" p:group="Tools"
|
|
7 |
p:menu="MD inspector" p:title="Metadata Record Inspector"
|
|
8 |
p:description="Inspector for metadata records" p:group="MD inspector"
|
|
9 | 9 |
p:order="1" |
10 | 10 |
p:groupOrder="50" |
11 | 11 |
p:searchFieldGrouper-ref="lightUIsearchFieldGrouper" |
... | ... | |
19 | 19 |
|
20 | 20 |
<bean name="lightUiMenuGroup" |
21 | 21 |
class="eu.dnetlib.functionality.modular.ui.lightui.menu.LightUiMenuGroup" |
22 |
p:title="Tools"
|
|
22 |
p:title="MD inspectors"
|
|
23 | 23 |
p:order="70"/> |
24 | 24 |
|
25 | 25 |
</beans> |
modules/dnet-modular-uis/trunk/src/main/resources/eu/dnetlib/functionality/modular/workflows/backup/backup-is.xml | ||
---|---|---|
15 | 15 |
<WORKFLOW_FAMILY>IS_BACKUP</WORKFLOW_FAMILY> |
16 | 16 |
<WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY> |
17 | 17 |
<CONFIGURATION start="MANUAL" status="EXECUTABLE"> |
18 |
<PARAMETERS/> |
|
19 |
<WORKFLOW> |
|
18 | 20 |
<NODE name="backupStore" isStart="true"> |
19 | 21 |
<DESCRIPTION>Perform the backup of the IS-Store</DESCRIPTION> |
20 | 22 |
<PARAMETERS /> |
... | ... | |
29 | 31 |
<ARC to="success" /> |
30 | 32 |
</ARCS> |
31 | 33 |
</NODE> |
34 |
</WORKFLOW> |
|
32 | 35 |
</CONFIGURATION> |
33 | 36 |
<NOTIFICATIONS /> |
34 | 37 |
<SCHEDULING enabled="false"> |
modules/dnet-modular-uis/trunk/src/main/resources/eu/dnetlib/functionality/modular/workflows/validation/validation.xml | ||
---|---|---|
14 | 14 |
<WORKFLOW_FAMILY>IS_VALIDATION</WORKFLOW_FAMILY> |
15 | 15 |
<WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY> |
16 | 16 |
<CONFIGURATION start="MANUAL" status="EXECUTABLE"> |
17 |
<PARAMETERS/> |
|
18 |
<WORKFLOW> |
|
17 | 19 |
<NODE name="Validate" type="ValidateProfiles" isStart="true"> |
18 | 20 |
<DESCRIPTION>Perform the validation of the IS Profiles</DESCRIPTION> |
19 | 21 |
<PARAMETERS /> |
... | ... | |
21 | 23 |
<ARC to="success" /> |
22 | 24 |
</ARCS> |
23 | 25 |
</NODE> |
26 |
</WORKFLOW> |
|
24 | 27 |
</CONFIGURATION> |
25 | 28 |
<NOTIFICATIONS /> |
26 | 29 |
<SCHEDULING enabled="false"> |
Also available in: Unified diff
fixed issue on the profiles