Skip to content

AB#128605 - Add displayValue expression in surveyjs#2863

Merged
AntoineRelief merged 1 commit into
nextfrom
AB#128605
May 13, 2026
Merged

AB#128605 - Add displayValue expression in surveyjs#2863
AntoineRelief merged 1 commit into
nextfrom
AB#128605

Conversation

@AntoineRelief
Copy link
Copy Markdown
Collaborator

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

  • Please insert link to ticket
  • Please insert link to back-end branch if any
  • Please insert any useful link ( documentation you used for example )

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactor or addition to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Test A
  • Test B

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 )

  • * I have set myself as assignee of the pull request
  • * My code follows the style guidelines of this project
  • * Linting does not generate new warnings
  • * I have performed a self-review of my own code
  • * I have put the ticket for review, adding the oort-frontend team to the list of reviewers
  • * I have commented my code, particularly in hard-to-understand areas
  • * I have put JSDoc comment in all required places
  • * My changes generate no new warnings
  • * I have included screenshots describing my changes if relevant
  • * I have selected labels in the Pull Request, according to the changes with code brings
  • I have made corresponding changes to the documentation ( if required )
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

More explanation

https://www.loom.com/share/05a716d61b9744faaf51fb304c21d1e5?sid=f87cf896-582a-4f76-93ae-8ceed801b145

@AntoineRelief AntoineRelief merged commit 40055f2 into next May 13, 2026
1 check passed
@AntoineRelief AntoineRelief deleted the AB#128605 branch May 13, 2026 09:21
AntoineRelief added a commit that referenced this pull request May 29, 2026
* feat: Allow style rules in grids to use badge display

AB#128960

* chore(release): 2.22.0-rc.16 [skip ci]

# [2.22.0-rc.16](v2.22.0-rc.15...v2.22.0-rc.16) (2026-04-22)

### Features

* Allow style rules in grids to use badge display ([24fed47](24fed47)), closes [AB#128960](https://github.com/AB/issues/128960)

* feat: Enable dynamic label for form save buttons (#2845)

AB#128603

---------

Co-authored-by: Antoine Hurard <antoine@reliefapplications.org>

* chore(release): 2.22.0-rc.17 [skip ci]

# [2.22.0-rc.17](v2.22.0-rc.16...v2.22.0-rc.17) (2026-04-22)

### Features

* Enable dynamic label for form save buttons ([#2845](#2845)) ([62b0f9f](62b0f9f)), closes [AB#128603](https://github.com/AB/issues/128603)

* fix(query-builder): resolve top-level query name when loading filter fields for nested sub-grid resource fields (#2858)

AB#128560
---------

Co-authored-by: Antoine Hurard <antoine@reliefapplications.org>

* chore(release): 2.22.0-rc.18 [skip ci]

# [2.22.0-rc.18](v2.22.0-rc.17...v2.22.0-rc.18) (2026-04-29)

### Bug Fixes

* **query-builder:** resolve top-level query name when loading filter fields for nested sub-grid resource fields ([#2858](#2858)) ([17c1e00](17c1e00)), closes [AB#128560](https://github.com/AB/issues/128560)

* ci: migrate to node 24 (#2859)

Ab#129486

* feat: Enhance user placeholder support in filters and context service (#2856)

AB#129192

Co-authored-by: Antoine Hurard <antoine@reliefapplications.org>

* chore(release): 2.22.0-rc.19 [skip ci]

# [2.22.0-rc.19](v2.22.0-rc.18...v2.22.0-rc.19) (2026-05-08)

### Features

* Enhance user placeholder support in filters and context service ([#2856](#2856)) ([dd8730f](dd8730f)), closes [AB#129192](https://github.com/AB/issues/129192)

* feat: Add filters to grid actions (#2838)

AB#121666

---------

Co-authored-by: ALIBI Ghazi <123127137+GhaziAlibi@users.noreply.github.com>

* chore(release): 2.22.0-rc.20 [skip ci]

# [2.22.0-rc.20](v2.22.0-rc.19...v2.22.0-rc.20) (2026-05-12)

### Features

* Add filters to grid actions ([#2838](#2838)) ([b122377](b122377)), closes [AB#121666](https://github.com/AB/issues/121666)

* feat: Enable to reset form values on update (#2851)

AB#128935

---------

Co-authored-by: Antoine Hurard <antoine@reliefapplications.org>

* chore(release): 2.22.0-rc.21 [skip ci]

# [2.22.0-rc.21](v2.22.0-rc.20...v2.22.0-rc.21) (2026-05-12)

### Features

* Enable to reset form values on update ([#2851](#2851)) ([cab94f2](cab94f2)), closes [AB#128935](https://github.com/AB/issues/128935)

* feat: Allow use of user attributes in calculated fields (#2850)

AB#128968

---------

Co-authored-by: Antoine Hurard <antoine@reliefapplications.org>

* chore(release): 2.22.0-rc.22 [skip ci]

# [2.22.0-rc.22](v2.22.0-rc.21...v2.22.0-rc.22) (2026-05-13)

### Features

* Allow use of user attributes in calculated fields ([#2850](#2850)) ([d0108ca](d0108ca)), closes [AB#128968](https://github.com/AB/issues/128968)

* feat: incremental id now usable in forms (#2862)

AB#128605

* chore(release): 2.22.0-rc.23 [skip ci]

# [2.22.0-rc.23](v2.22.0-rc.22...v2.22.0-rc.23) (2026-05-13)

### Features

* incremental id now usable in forms ([#2862](#2862)) ([1874626](1874626)), closes [AB#128605](https://github.com/AB/issues/128605)

* feat: Add displayValue expression in surveyjs (#2863)

AB#128605

* Add modal to explain functions in form builder

* chore(release): 2.22.0-rc.24 [skip ci]

# [2.22.0-rc.24](v2.22.0-rc.23...v2.22.0-rc.24) (2026-05-13)

### Features

* Add displayValue expression in surveyjs ([#2863](#2863)) ([40055f2](40055f2)), closes [AB#128605](https://github.com/AB/issues/128605)

* feat: add display value & join to calculated fields (#2864)

Ab#129193

* chore(release): 2.22.0-rc.25 [skip ci]

# [2.22.0-rc.25](v2.22.0-rc.24...v2.22.0-rc.25) (2026-05-13)

### Features

* add display value & join to calculated fields ([#2864](#2864)) ([bdcef10](bdcef10)), closes [Ab#129193](https://github.com/Ab/issues/129193)

* update log

* fix: make grid custom action rows sticky

* chore(release): 2.22.0-rc.26 [skip ci]

# [2.22.0-rc.26](v2.22.0-rc.25...v2.22.0-rc.26) (2026-05-22)

### Bug Fixes

* make grid custom action rows sticky ([6ee94f5](6ee94f5))

* update devops actions

* fix: incorrect sticky position for custom actions

* chore(release): 2.22.0-rc.27 [skip ci]

# [2.22.0-rc.27](v2.22.0-rc.26...v2.22.0-rc.27) (2026-05-22)

### Bug Fixes

* incorrect sticky position for custom actions ([0839e03](0839e03))

* chore(release): 2.23.0-rc.1 [skip ci]

# [2.23.0-rc.1](v2.22.0...v2.23.0-rc.1) (2026-05-29)

### Bug Fixes

* incorrect sticky position for custom actions ([0839e03](0839e03))
* make grid custom action rows sticky ([6ee94f5](6ee94f5))
* **query-builder:** resolve top-level query name when loading filter fields for nested sub-grid resource fields ([#2858](#2858)) ([17c1e00](17c1e00)), closes [AB#128560](https://github.com/AB/issues/128560)

### Features

* add display value & join to calculated fields ([#2864](#2864)) ([bdcef10](bdcef10)), closes [Ab#129193](https://github.com/Ab/issues/129193)
* Add displayValue expression in surveyjs ([#2863](#2863)) ([40055f2](40055f2)), closes [AB#128605](https://github.com/AB/issues/128605)
* Add filters to grid actions ([#2838](#2838)) ([b122377](b122377)), closes [AB#121666](https://github.com/AB/issues/121666)
* Allow style rules in grids to use badge display ([24fed47](24fed47)), closes [AB#128960](https://github.com/AB/issues/128960)
* Allow use of user attributes in calculated fields ([#2850](#2850)) ([d0108ca](d0108ca)), closes [AB#128968](https://github.com/AB/issues/128968)
* Enable dynamic label for form save buttons ([#2845](#2845)) ([62b0f9f](62b0f9f)), closes [AB#128603](https://github.com/AB/issues/128603)
* Enable to reset form values on update ([#2851](#2851)) ([cab94f2](cab94f2)), closes [AB#128935](https://github.com/AB/issues/128935)
* Enhance user placeholder support in filters and context service ([#2856](#2856)) ([dd8730f](dd8730f)), closes [AB#129192](https://github.com/AB/issues/129192)
* incremental id now usable in forms ([#2862](#2862)) ([1874626](1874626)), closes [AB#128605](https://github.com/AB/issues/128605)

---------

Co-authored-by: Maximo Monroy <94831019+Maximo-reliefapps@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Jose L. Garcia <42015332+Joselgc1@users.noreply.github.com>
Co-authored-by: ALIBI Ghazi <123127137+GhaziAlibi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant