Uploaded image for project: 'User Directory'
  1. User Directory
  2. UD-155

It is forbidden to use "." into an ID attribute

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.12.0
    • 2.2.0
    • None

      How to reproduce it :

      I use the model to generate all fields or the signup service and my user content have an illustration declared like this :

      <cms:metadata name="illustration" type="composite">
                 <label i18n="true">PLUGINS_AGENT_CONTENT_AGENT_ILLUSTRATION</label>
                 <description i18n="true">PLUGINS_AGENT_CONTENT_AGENT_ILLUSTRATION_DESC</description>
                 <cms:metadata name="image" type="file">
                     <label i18n="true">PLUGINS_AGENT_CONTENT_AGENT_IMAGE</label>
                     <description i18n="true">PLUGINS_AGENT_CONTENT_AGENT_IMAGE_DESC</description>
                     <widget>edition.file</widget>
                     <widget-params>
                         <param name="allowSources">external,resource</param>
                         <param name="filter">image</param>
                     </widget-params>
                 </cms:metadata>
                 <cms:metadata name="alt-text" type="string">
                     <label i18n="true">PLUGINS_AGENT_CONTENT_AGENT_IMAGE_ALT</label>
                     <description i18n="true">PLUGINS_AGENT_CONTENT_AGENT_IMAGE_ALT_DESC</description>
                 </cms:metadata>
             </cms:metadata>

      So the ID of the illustration field contains "illustration.image"

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: