Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-1983

Studio should provide a long String type

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 2.16
    • Fix Version/s: 44
    • Component/s: Documents

      Description

      Only the type "String" is available to store text, whereas in some case, we need to store a large amount of data.

      In Nuxeo, we used to add some configuration in default-repository-config with the largetext type, but since NXP-13179 we want to use core type definition like

        <xs:simpleType name="clob">
          <xs:restriction base="xs:string">
            <xs:maxLength value="999999999" />
          </xs:restriction>
        </xs:simpleType>
        <xs:element name="note" type="nxs:clob"/>
      

      Such a field type definition, called "CLOB", "Long String" or "Large Text" should be provided in Studio.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 2 hours
                  2h