Uploaded image for project: 'Nuxeo Elements'
  1. Nuxeo Elements
  2. ELEMENTS-1442

Fix shared items object in nuxeo-page-provider-display-behavior

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 3.0.8
    • Fix Version/s: 3.0.x
    • Component/s: Testing

      Description

      The items object on nuxeo-page-provider-display-behavior is shared between all instances until it is set again. This causes some problems when testing. It can be fixed with:

            items: {
              type: Array,
              value() {
                return [];
              },
              notify: true,
            },
      

      But it might have side effects and must be tested first.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                gbarata Gabriel Barata
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: