Skip to content
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

Delete Selected Category from Input Tags #29181

Closed
Tracked by #28493
oidacra opened this issue Jul 10, 2024 · 2 comments · Fixed by #29216
Closed
Tracked by #28493

Delete Selected Category from Input Tags #29181

oidacra opened this issue Jul 10, 2024 · 2 comments · Fixed by #29216

Comments

@oidacra
Copy link
Member

oidacra commented Jul 10, 2024

Parent Issue

#28493

User Story

As a user, I need to be able to delete selected categories from the input tags by clicking the 'X' on each tag, which should remove the category from the store.

Acceptance Criteria

  • Implement functionality to delete a selected category when the 'X' on its tag is clicked.
  • Ensure that the category is removed from both the input tags and the store.
  • Use PrimeNG components for displaying and managing the tags.
  • Update unit tests to cover the new deletion functionality.
  • Ensure the implementation does not introduce any new bugs or regressions.

Proposed Objective

User Experience Enhancement, State Management

Proposed Priority

Priority 2 - Important

dotCMS Version

master

External Links

Assumptions & Initiation Needs

Quality Assurance Notes & Workarounds

@oidacra oidacra changed the title Delete selected category from input tags Delete Selected Category from Input Tags Jul 10, 2024
@nicobytes nicobytes self-assigned this Jul 10, 2024
@nicobytes nicobytes linked a pull request Jul 13, 2024 that will close this issue
3 tasks
@nicobytes nicobytes removed their assignment Jul 15, 2024
@oidacra oidacra self-assigned this Jul 15, 2024
@nicobytes
Copy link
Contributor

nicobytes commented Jul 15, 2024

QA Steps:

  1. Create a content type with a category field
  2. Add and remove categories in the side menu and directly delete the chip
  3. Save the content

This feature is only available on new edit content.

@oidacra
Copy link
Member Author

oidacra commented Jul 16, 2024

IQA Passed.
Work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants