Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-17229

nuxeo-agenda addon: "calendar" widget does not retrieve all the events for the current month/week/day

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 6.0-HF11
    • Fix Version/s: 6.0-HF14
    • Component/s: Agenda, Content Views

      Description

      NXQL query for page provider agenda_list_events_with_date_query should be:

              SELECT *
              From Document WHERE ecm:mixinType != 'HiddenInNavigation'
              AND ecm:mixinType = 'Schedulable' 
              AND (vevent:dtstart > TIMESTAMP ? OR vevent:dtend < TIMESTAMP ?)
      

      First parameter of page provider must be removed in fullcalendar.widget.js.

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: