Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Config] Cannot delete an entry from a repeater #9096

Closed
laemtl opened this issue Feb 27, 2024 · 1 comment · Fixed by #9121
Closed

[Config] Cannot delete an entry from a repeater #9096

laemtl opened this issue Feb 27, 2024 · 1 comment · Fixed by #9121
Assignees
Labels
26.0.0-bugs Issues that were raised during the release testing for 26.0.0 Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label)
Milestone

Comments

@laemtl
Copy link
Contributor

laemtl commented Feb 27, 2024

If a user create multiple entries form a repeater, those cannot be deleted despite the presence of a delete button:

Screenshot 2024-02-27 at 10 50 10 AM

Console output:
Screenshot 2024-02-27 at 10 51 40 AM

@laemtl laemtl added the Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label) label Feb 27, 2024
@laemtl laemtl added this to the 26.0.0 milestone Feb 27, 2024
@laemtl laemtl added the 26.0.0-bugs Issues that were raised during the release testing for 26.0.0 label Feb 27, 2024
@driusan driusan assigned ridz1208 and racostas and unassigned ridz1208 Feb 27, 2024
@ridz1208
Copy link
Collaborator

seems to be related to #7069

driusan pushed a commit that referenced this issue Mar 13, 2024
The handler in configuration/jsx/configuration_helper.js was not properly taking the option to be deleted since the fields not always have necessary to be of SELECT type (they could be also text for example).
This updates the code so it should take the appropriate option to be deleted.

Fixes #9096
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
26.0.0-bugs Issues that were raised during the release testing for 26.0.0 Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants