stable

Clone or download

Read-only

Fix calls to render of mustache.js

The way the ESModule (which is now used during the build since 67735e15bd4fd95e0a92fdea221bf2bd9819da73) is built it forces us to access it via its default property instead of reaching out directly to the methods. Part of request #22195: Bump mustache to 4.2.0 Closes request #22215: dashboard widgets: impossible to add one Closes request #22214: heartbeat widget: " Unable to fetch the latest activities of the project" Change-Id: I8927c106be0aca0fdb48881919dff97f6655a251

Modified Files

Name
M .eslintrc.js +1 −1 Go to diff View file
M plugins/label/scripts/configure-widget/labels-box.js +4 −4 Go to diff View file
M plugins/ldap/scripts/project-admin/preview-for-select2.js +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerColor.vue +2 −2 Go to diff View file
M src/scripts/FlamingParrot/project-privacy.js +5 −5 Go to diff View file
M src/scripts/account/appearance.ts +3 −3 Go to diff View file
M src/scripts/dashboards/dashboard-modals.js +3 −3 Go to diff View file
M src/scripts/dashboards/widgets/project-heartbeat/project-heartbeat.ts +5 −2 Go to diff View file
M src/scripts/labels/labels-box.js +4 −4 Go to diff View file
M src/scripts/project/admin/src/members-import/project-admin-members-import.ts +3 −3 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +2 −2 Go to diff View file