Uploaded image for project: 'Nuxeo Web UI'
  1. Nuxeo Web UI
  2. WEBUI-1542

UI: mark UI inputs for retained properties as read only

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 3.0.32, 3.1.8
    • Fix Version/s: None
    • Component/s: Retention

      Description

      If metadata property is subject of flexible retention it should be automatically marked in UI as readonly. Otherwise every page has to include a lot of boilerplate code

       

      <!-- make some properties retainable -->
      <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
      
          <!-- non-retainable -->
          <property schema="T1Doc" name="regularString"/>
          <property schema="T1Doc" name="regularInteger"/>
          <property schema="T1Doc" name="regularVocab"/>
      
      
          <!-- retainable -->
          <property schema="T1Doc" name="retainString" retainable="true"/>
          <property schema="T1Doc" name="retainInteger" retainable="true"/>
          <property schema="T1Doc" name="retainVocab" retainable="true"/>
          <property schema="T1Doc" name="retainDate" retainable="true"/>
      </extension> 

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated: