As a user I can export/import, publish in all apps (contacts, pages, DAM, config, ..) (MGNLUI-1423)

[MGNLUI-1482] Add Export/Import actions to the Pages App Created: 29/May/13  Updated: 03/Jun/13  Resolved: 31/May/13

Status: Closed
Project: Magnolia UI
Component/s: pages app
Affects Version/s: 5.0
Fix Version/s: 5.0

Type: Sub-task Priority: Neutral
Reporter: Jozef Chocholacek Assignee: Jozef Chocholacek
Resolution: Fixed Votes: 0
Labels: apiteam
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Date of First Response:
Sprint: Beta 3

 Comments   
Comment by Eric Hechinger [ 31/May/13 ]

Use extend instead of redefining all properties (class, icon, label...)

<sv:node sv:name="import">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>mgnl:contentNode</sv:value>
</sv:property>
<sv:property sv:name="jcr:mixinTypes" sv:type="Name" sv:multiple="true">
<sv:value>mix:lockable</sv:value>
</sv:property>
<sv:property sv:name="jcr:uuid" sv:type="String">
<sv:value>40f1cd70-cf55-4c7f-9a5a-6195591d65e3</sv:value>
</sv:property>
<sv:property sv:name="extends" sv:type="String">
<sv:value>/modules/ui-config-app/apps/configuration/subApps/browser/actions/import</sv:value>
</sv:property>
<sv:property sv:name="jcr:created" sv:type="Date">
<sv:value>2013-05-29T17:05:22.040+02:00</sv:value>
</sv:property>
<sv:property sv:name="jcr:createdBy" sv:type="String">
<sv:value>admin</sv:value>
</sv:property>
<sv:property sv:name="mgnl:activationStatus" sv:type="Boolean">
<sv:value>false</sv:value>
</sv:property>
<sv:property sv:name="mgnl:created" sv:type="Date">
<sv:value>2010-09-08T15:02:53.617+02:00</sv:value>
</sv:property>
<sv:property sv:name="mgnl:lastModified" sv:type="Date">
<sv:value>2013-05-29T17:24:53.387+02:00</sv:value>
</sv:property>
<sv:property sv:name="mgnl:lastModifiedBy" sv:type="String">
<sv:value>superuser</sv:value>
</sv:property>
</sv:node>
<sv:node sv:name="export">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>mgnl:contentNode</sv:value>
</sv:property>
<sv:property sv:name="jcr:mixinTypes" sv:type="Name" sv:multiple="true">
<sv:value>mix:lockable</sv:value>
</sv:property>
<sv:property sv:name="jcr:uuid" sv:type="String">
<sv:value>6ec7918e-3293-4349-92f4-3328af779359</sv:value>
</sv:property>
<sv:property sv:name="extends" sv:type="String">
<sv:value>/modules/ui-config-app/apps/configuration/subApps/browser/actions/export</sv:value>
</sv:property>
<sv:property sv:name="jcr:created" sv:type="Date">
<sv:value>2013-05-29T17:05:22.041+02:00</sv:value>
</sv:property>
<sv:property sv:name="jcr:createdBy" sv:type="String">
<sv:value>admin</sv:value>
</sv:property>
<sv:property sv:name="mgnl:activationStatus" sv:type="Boolean">
<sv:value>false</sv:value>
</sv:property>
<sv:property sv:name="mgnl:created" sv:type="Date">
<sv:value>2010-09-08T15:02:53.617+02:00</sv:value>
</sv:property>
<sv:property sv:name="mgnl:lastModified" sv:type="Date">
<sv:value>2013-05-29T17:24:58.989+02:00</sv:value>
</sv:property>
<sv:property sv:name="mgnl:lastModifiedBy" sv:type="String">
<sv:value>superuser</sv:value>
</sv:property>
</sv:node>
</sv:node>

Generated at Mon Feb 12 08:47:01 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.