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

Handle refresh on tasks

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 10.10, 2.4.39
    • Fix Version/s: 3.0.3, 3.x
    • Component/s: UI

      Description

      A client has a customization on the tasks page allowing them to open associated documents in Nuxeo Spreadsheet. Closing the spreadsheet triggers the global document-updated listener in nuxeo-app. To properly handle when this happens, please add the following to the refresh method:

              } else if (this.page === 'tasks') {
                if (this.currentTaskId) {
                  this.navigateTo('tasks', this.currentTaskId);
                } else {
                  page('/tasks');
                }
              } else {
                page('/');
              }
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 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 days
                  2d