-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2024-27 #5752
Merged
Merged
Release 2024-27 #5752
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
merge: release-2024-25 master -> dev
* `child_code` in `MapOverlayGroupRelations.find` * use `generateInstance` * comment new methods * reorder a few symbols * temp: clearer console log * use TSDoc * avoid arrow notation * consistent param names * remove console logs * private remark comment * clearer comment * format JSDoc * update error log * document `mapOverlayGroupRelations` endpoints * use `static joins` * fix invalid criteria * restore criteria, fix invalid options? * Switch to using 'customColumnSelector' for child_code field * remove overriding `find` and `generateInstance` * use `processColumnSelector` * adjust inline comment * clarifying JSDoc * update comment, use `for`…`of` * handling for `COALESCE` * fix import * update Admin Panel columns, edit/create configs * remove console log * fix cascading test failures * RN-1273: Ensure DatabaseModel find methods use fully qualified field names * comment unhandled edge case * beefier TSDoc --------- Co-authored-by: Rohan Port <rohan@beyondessential.com.au>
merge: release-2024-25 HOTFIX: master -> dev
…5742) * delete relation when drilled down from Dashboards * drilled-down map overlay relation delete action * use const value
* Add migration for table * Remove status type if exists * Create task db model * Add to db exports * Generate types * Fix migrate-down * Get tasks endpoint * Create task endpoint * WIP edit tasks * Edit task endpoint * Allow assignee to be empty * Don't cascade user accounts * Generate types * Add assignee name field for easy filtering and indexes * Generate types * Change schema for repeating * Fix tests * Fix tests * Make due date nullable * Rename repeat_schedule field * Fix tests * Fix validation rules * Link status and assignee name to records at the model level * Generate types
…ts (#5733) * Add migration for table * Remove status type if exists * Create task db model * Add to db exports * Generate types * Fix migrate-down * Get tasks endpoint * Create task endpoint * WIP edit tasks * Edit task endpoint * Heading and route * Add alignment for children * Allow assignee to be empty * Don't cascade user accounts * Generate types * Tasks route * Request tasks * WIP table * Working table * Working table * Fix error type * Remove unused actions * Fix sorting * Undo unneeded changes * revert * Revert "Tasks route" This reverts commit 1511c37. * Revert "Add alignment for children" This reverts commit ff86345. * Revert "Heading and route" This reverts commit bbbc6ae. * Remove extra file * Only show filter row when applicable * Add assignee name field for easy filtering and indexes * Generate types * Change schema for repeating * Fix tests * Fix tests * Make due date nullable * Rename repeat_schedule field * Fix tests * Fix validation rules * Link status and assignee name to records at the model level * Generate types
…es (#5654) * WIP * WIP * Styling * Connected editor * WIP * WIP * WIP * Add buttons * Working edit view * Required styling * Update EditSurveyPage.jsx * Change loading method * File input styling * Reset editor state on close * Required styling * Fix build error * Add tests * Update EditSurveyPage.jsx * Update packages/admin-panel/src/editor/FieldsEditor.jsx Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> * Update packages/admin-panel/src/importExport/ImportModal.jsx Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> * PR fixes * reset file value on clear edits * PR fixes * Sentence casing * Survey question format * Validate fields when editing and creating a survey * Scroll to error on error message appearing * Add aria-hidden for when there is no message to show * Testing fixes * Remove ability to clear edits * Styling * Fix data tables editor not opening * WIP * FIx checkbox tooltip styles * Fix edit landing page issue * Styling * WIP * Working * Fix incorrect typing * Fix colours * Update proptypes * fix endpoint * Apply checkbox list to permissions * Ad margin to beneath selector * Change projects to use names * Add no results message --------- Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> Co-authored-by: Andrew <vanbeekandrew@gmail.com>
…up relations (#5743) * use child codes in map overlay group drilldown * remove old property * use sentence case * dedupe `FIELDS` * de-genericise edit modal title in drilldown * show noneditable parent map overlay group * same deduping refactor for Dashboards page
* fix admin panel dashboard relations table * Update helpers.js * Update GETDashboardRelations.js
Closed
Update permissions.js
* Update DataFetchingTable.jsx * Update users.jsx
alexd-bes
approved these changes
Jul 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Manual release steps
Features ⭐
Tweaks ⚖️
Bug fixes 🐛
Infrastructure and maintenance 🛠️