Hello

 

I couldn't find any clear documentation on this, but it should be possible
to add a reference to a data entry (from data modules) using the
predefined controlType 'dataUUIDMultiSelect', as this works for the
categorization relatedUUID field.

 

My problem is, that after saving the dialog with the dataUUIDMultiSelect
control, the uuid-reference is added to JCR, but on editing again using
the dialog, the control looks empty (even there is a value in the JCR).

 

First I thought, it might be an oddity having the control in a custom
module dialogs/dialogDefinition, but it also occurs for STK configuration
dialog definition.

 

Adding a control to generic Meta-tab definition as contactUUID (see
attachment), it does not work having it in a page-properties (home-page)
dialog).

 

While having the same control setup in Categories-dialog, it works as
expected.

 

Version is Magnolia EE 4.4.5

Basically there are many modules installed (developer samples,
categorization, wiki, translations, workflow, ..) so it might be caused by
one of these, but I don't see how this might be.

 

 

Thanks for any hints about experience with this issue is appreciated.

 

-- 

15 Years of Excellence - http://netcetera.com

 

Marco Glur | [email protected]

T +41 44 247 79 20

Netcetera AG | 8040 Zurich | Switzerland | http://netcetera.com



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<sv:node sv:name="contactUUID" xmlns:sv="http://www.jcp.org/jcr/sv/1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <sv:property sv:name="jcr:primaryType" sv:type="Name">
    <sv:value>mgnl:contentNode</sv:value>
  </sv:property>
  <sv:property sv:name="jcr:uuid" sv:type="String">
    <sv:value>07735e55-63d8-4759-8dde-79c8e177eea6</sv:value>
  </sv:property>
  <sv:property sv:name="controlType" sv:type="String">
    <sv:value>dataUUIDMultiSelect</sv:value>
  </sv:property>
  <sv:property sv:name="label" sv:type="String">
    <sv:value>data.dialog.categorization.tabMain.relatedUUID.label</sv:value>
  </sv:property>
  <sv:property sv:name="repository" sv:type="String">
    <sv:value>data</sv:value>
  </sv:property>
  <sv:property sv:name="tree" sv:type="String">
    <sv:value>Contact</sv:value>
  </sv:property>
  <sv:node sv:name="MetaData">
    <sv:property sv:name="jcr:primaryType" sv:type="Name">
      <sv:value>mgnl:metaData</sv:value>
    </sv:property>
    <sv:property sv:name="mgnl:Data" sv:type="String">
      <sv:value>MetaData</sv:value>
    </sv:property>
    <sv:property sv:name="mgnl:activated" sv:type="Boolean">
      <sv:value>false</sv:value>
    </sv:property>
    <sv:property sv:name="mgnl:activatorid" sv:type="String">
      <sv:value>superuser</sv:value>
    </sv:property>
    <sv:property sv:name="mgnl:authorid" sv:type="String">
      <sv:value>superuser</sv:value>
    </sv:property>
    <sv:property sv:name="mgnl:creationdate" sv:type="String">
      <sv:value>2004-11-03T08:48:09.632+01:00</sv:value>
    </sv:property>
    <sv:property sv:name="mgnl:lastaction" sv:type="Date">
      <sv:value>2006-05-01T21:47:58.230+02:00</sv:value>
    </sv:property>
    <sv:property sv:name="mgnl:lastmodified" sv:type="Date">
      <sv:value>2011-10-17T16:33:13.444+02:00</sv:value>
    </sv:property>
  </sv:node>
</sv:node>

Reply via email to