-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge next #1189
Merged
Merged
Merge next #1189
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
# [2.12.0-rc.3](v2.12.0-rc.2...v2.12.0-rc.3) (2025-02-14) ### Bug Fixes * operator would break in many cases due to object id transformation ([98cc979](98cc979)) * add & remove subscription endpoints not accessible anymore ([9ffcbdd](9ffcbdd)) * add ignore-scripts in npm install for Dockerfile ([#1180](#1180)) ([fe089b4](fe089b4)), closes [Ab#108318](https://github.com/Ab/issues/108318) * application query could get wrong application if shortcut not provided ([7504ed5](7504ed5)) * better group page by url between modules ([4020521](4020521)) * better handle duplication error in editRole mutation ([#1178](#1178)) ([6b2c975](6b2c975)), closes [AB#108245](https://github.com/AB/issues/108245) * check record expression not working for all fields ([8739c8e](8739c8e)) * createdBy / lastUpdatedBy fields not correctly updated ([d46e62f](d46e62f)) * edit dashboard mutation broken when no structure update needed ([fd84dc4](fd84dc4)) * edit records mutation failing when no template selected in grid ([#1125](#1125)) ([656efa9](656efa9)), closes [AB#104347](https://github.com/AB/issues/104347) * empty arrays in dataset & distribution list gql types causing type issues ([d9fc861](d9fc861)) * incorrect update applications email template mutation ([0d534e1](0d534e1)) * issue with load row of upload feature, which would break in some cases due to missing break in switch ([b899d84](b899d84)) * rate limiter correctly configured ([#1177](#1177)) ([0d5a290](0d5a290)), closes [AB#108296](https://github.com/AB/issues/108296) * search index breaking filtering on associated resource & reference data ([#1161](#1161)) ([f4ce20e](f4ce20e)) * update distribution list migration update to reflect latest changes in code ([4317a84](4317a84)) ### Features * Ability to track user activity navigation logs ([#1167](#1167)) ([5233f6c](5233f6c)), closes [AB#105244](https://github.com/AB/issues/105244) * add addRecord action in custom action buttons of dashboards ([#1139](#1139)) ([62826d2](62826d2)), closes [AB#104270](https://github.com/AB/issues/104270) * add class break layer ([#1131](#1131)) ([cc1c62f](cc1c62f)), closes [AB#104485](https://github.com/AB/issues/104485) * add class break layer ([#1134](#1134)) ([dd5725a](dd5725a)), closes [AB#104485](https://github.com/AB/issues/104485) * Add direct fetch to CS ([#1181](#1181)) ([d6c8b74](d6c8b74)), closes [AB#108468](https://github.com/AB/issues/108468) * add EditRecord & goToPreviousPage actions in custom action button of dashboard ([#1136](#1136)) ([ebb6a3f](ebb6a3f)), closes [AB#104621](https://github.com/AB/issues/104621) * add in / notin operators in records query ([#1127](#1127)) ([830214e](830214e)), closes [Ab#104295](https://github.com/Ab/issues/104295) * Add option to evaluate records expressions when inserted via webjob ([#1151](#1151)) ([3f14acb](3f14acb)), closes [AB#104943](https://github.com/AB/issues/104943) * add option to use a display field for records elements of queries ([#1152](#1152)) ([c6bf553](c6bf553)), closes [Ab#103431](https://github.com/Ab/issues/103431) * add possibility to auto reload dashboard when using editRecord / addRecord actions ([#1144](#1144)) ([6c1ef41](6c1ef41)), closes [AB#104882](https://github.com/AB/issues/104882) * add send notification action to custom action buttons ([#1142](#1142)) ([c742b3f](c742b3f)), closes [AB#104883](https://github.com/AB/issues/104883) * add subscribeToNotification action in custom action buttons of dashboard ([#1137](#1137)) ([a21b5e1](a21b5e1)), closes [AB#104719](https://github.com/AB/issues/104719) * add unsubscribe from notification action in custom action buttons ([#1153](#1153)) ([906cb62](906cb62)), closes [AB#105519](https://github.com/AB/issues/105519) * allow mapping between fields custom action button ([#1143](#1143)) ([06333a1](06333a1)), closes [AB#105315](https://github.com/AB/issues/105315) * can set application shortcut ([#1123](#1123)) ([287001d](287001d)), closes [AB#104315](https://github.com/AB/issues/104315) * dashboard export ([#1128](#1128)) ([f4ea223](f4ea223)), closes [Ab#104302](https://github.com/Ab/issues/104302) * Distribution lists can be built using common services users ([#1174](#1174)) ([e77e240](e77e240)) * Email functions hosted on serverless function ([#1160](#1160)) ([a3fb432](a3fb432)) * form quick action buttons ([#1140](#1140)) ([7785278](7785278)), closes [AB#104815](https://github.com/AB/issues/104815) * html question ([#1046](#1046)) ([712ef3d](712ef3d)) * improvements on email feature ([#1129](#1129)) ([8beaed7](8beaed7)), closes [Ab#104469](https://github.com/Ab/issues/104469) ### Reverts * Revert "feat: add class break layer (#1131)" (#1133) ([21122f7](21122f7)), closes [#1131](#1131) [#1133](#1133)
# [2.12.0](v2.11.1...v2.12.0) (2025-02-15) ### Bug Fixes * operator would break in many cases due to object id transformation ([98cc979](98cc979)) * add & remove subscription endpoints not accessible anymore ([9ffcbdd](9ffcbdd)) * add better handling for file upload AB[#64764](https://github.com/ReliefApplications/ems-backend/issues/64764) ([85279df](85279df)) * add ignore-scripts in npm install for Dockerfile ([#1180](#1180)) ([fe089b4](fe089b4)), closes [Ab#108318](https://github.com/Ab/issues/108318) * application query could get wrong application if shortcut not provided ([7504ed5](7504ed5)) * better group page by url between modules ([4020521](4020521)) * better handle duplication error in editRole mutation ([#1178](#1178)) ([6b2c975](6b2c975)), closes [AB#108245](https://github.com/AB/issues/108245) * check record expression not working for all fields ([8739c8e](8739c8e)) * createdBy / lastUpdatedBy fields not correctly updated ([d46e62f](d46e62f)) * edit dashboard mutation broken when no structure update needed ([fd84dc4](fd84dc4)) * edit records mutation failing when no template selected in grid ([#1125](#1125)) ([656efa9](656efa9)), closes [AB#104347](https://github.com/AB/issues/104347) * empty arrays in dataset & distribution list gql types causing type issues ([d9fc861](d9fc861)) * incorrect update applications email template mutation ([0d534e1](0d534e1)) * issue with load row of upload feature, which would break in some cases due to missing break in switch ([b899d84](b899d84)) * rate limiter correctly configured ([#1177](#1177)) ([0d5a290](0d5a290)), closes [AB#108296](https://github.com/AB/issues/108296) * search index breaking filtering on associated resource & reference data ([#1161](#1161)) ([f4ce20e](f4ce20e)) * types path breaking the build ([8bde904](8bde904)) * update distribution list migration update to reflect latest changes in code ([4317a84](4317a84)) ### Features * Ability to track user activity navigation logs ([#1167](#1167)) ([5233f6c](5233f6c)), closes [AB#105244](https://github.com/AB/issues/105244) * add addRecord action in custom action buttons of dashboards ([#1139](#1139)) ([62826d2](62826d2)), closes [AB#104270](https://github.com/AB/issues/104270) * add canDownloadRecords permission ([#1095](#1095)) ([abc3e05](abc3e05)) * add class break layer ([#1131](#1131)) ([cc1c62f](cc1c62f)), closes [AB#104485](https://github.com/AB/issues/104485) * add class break layer ([#1134](#1134)) ([dd5725a](dd5725a)), closes [AB#104485](https://github.com/AB/issues/104485) * Add direct fetch to CS ([#1181](#1181)) ([d6c8b74](d6c8b74)), closes [AB#108468](https://github.com/AB/issues/108468) * add EditRecord & goToPreviousPage actions in custom action button of dashboard ([#1136](#1136)) ([ebb6a3f](ebb6a3f)), closes [AB#104621](https://github.com/AB/issues/104621) * add in / notin operators in records query ([#1127](#1127)) ([830214e](830214e)), closes [Ab#104295](https://github.com/Ab/issues/104295) * Add option to evaluate records expressions when inserted via webjob ([#1151](#1151)) ([3f14acb](3f14acb)), closes [AB#104943](https://github.com/AB/issues/104943) * add option to use a display field for records elements of queries ([#1152](#1152)) ([c6bf553](c6bf553)), closes [Ab#103431](https://github.com/Ab/issues/103431) * add possibility to auto reload dashboard when using editRecord / addRecord actions ([#1144](#1144)) ([6c1ef41](6c1ef41)), closes [AB#104882](https://github.com/AB/issues/104882) * add possibility to show or hide page / step name ([#1116](#1116)) ([b044b24](b044b24)), closes [AB#102826](https://github.com/AB/issues/102826) * add send notification action to custom action buttons ([#1142](#1142)) ([c742b3f](c742b3f)), closes [AB#104883](https://github.com/AB/issues/104883) * add subscribeToNotification action in custom action buttons of dashboard ([#1137](#1137)) ([a21b5e1](a21b5e1)), closes [AB#104719](https://github.com/AB/issues/104719) * add unsubscribe from notification action in custom action buttons ([#1153](#1153)) ([906cb62](906cb62)), closes [AB#105519](https://github.com/AB/issues/105519) * allow mapping between fields custom action button ([#1143](#1143)) ([06333a1](06333a1)), closes [AB#105315](https://github.com/AB/issues/105315) * can set application shortcut ([#1123](#1123)) ([287001d](287001d)), closes [AB#104315](https://github.com/AB/issues/104315) * dashboard export ([#1128](#1128)) ([f4ea223](f4ea223)), closes [Ab#104302](https://github.com/Ab/issues/104302) * Distribution lists can be built using common services users ([#1174](#1174)) ([e77e240](e77e240)) * Email functions hosted on serverless function ([#1160](#1160)) ([a3fb432](a3fb432)) * form quick action buttons ([#1140](#1140)) ([7785278](7785278)), closes [AB#104815](https://github.com/AB/issues/104815) * html question ([#1046](#1046)) ([712ef3d](712ef3d)) * improvements on email feature ([#1129](#1129)) ([8beaed7](8beaed7)), closes [Ab#104469](https://github.com/Ab/issues/104469) ### Reverts * Revert "feat: add class break layer (#1131)" (#1133) ([21122f7](21122f7)), closes [#1131](#1131) [#1133](#1133) * Revert "Revert "revert changes AB#91806 (#1055)" (#1056)" (#1057) ([b6c7ec7](b6c7ec7)), closes [AB#91806](https://github.com/AB/issues/91806) [#1055](#1055) [#1056](#1056) [#1057](#1057) * Revert "revert changes AB#91806 (#1055)" (#1056) ([4235d2c](4235d2c)), closes [AB#91806](https://github.com/AB/issues/91806) [#1055](#1055) [#1056](#1056)
## [2.12.1](v2.12.0...v2.12.1) (2025-02-15) ### Bug Fixes * application query returning incorrect application ([19bfbf1](19bfbf1))
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.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Useful links
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Screenshots
Please include screenshots of this change. If this issue is only back-end related, and does not involve any visual change of the platform, you can skip this part.
Checklist:
( * == Mandatory )
More explanation
https://www.loom.com/share/05a716d61b9744faaf51fb304c21d1e5?sid=f87cf896-582a-4f76-93ae-8ceed801b145