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

feat(edit-content) add category field #28658 #28690

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

oidacra
Copy link
Member

@oidacra oidacra commented May 29, 2024

Proposed Changes

  • add category field to Edit Contentlet

Checklist

  • Tests
  • Translations
  • Security Implications Contemplated (add notes if applicable)

Additional Info

Screen.Recording.2024-05-30.at.9.04.00.PM.mov

Screenshots

Input
Screenshot 2024-05-30 at 8 30 34 PM

Dialog
Screenshot 2024-05-30 at 8 30 39 PM

@oidacra oidacra force-pushed the issue-28658-add-empty-category-field branch from 087a009 to f314942 Compare May 31, 2024 00:29
@oidacra oidacra changed the title feat(edit-content) remove this commit feat(edit-content) add category field #28658 May 31, 2024
@oidacra oidacra force-pushed the issue-28658-add-empty-category-field branch from f314942 to 12b7744 Compare May 31, 2024 00:57
@oidacra oidacra marked this pull request as ready for review May 31, 2024 00:58
fmontes
fmontes previously requested changes Jun 3, 2024
core-web/libs/edit-content/project.json Show resolved Hide resolved
Comment on lines +35 to +31
::ng-deep .category-field__dialog .p-dialog-content {
padding: 0;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This in the one that needs the nested with the :host.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For any reason, the host of the component and the host of the dynamic dialog it not the same, one is ng-tns-c3177718326-21, and the component _nghost-ng-c2079007228 and no reach the expected div. Anyway, I need change from dialog to sidebar soon.

Screenshot 2024-06-04 at 9 54 26 PM

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is dangerous because it can affect other dialogs in the page, no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be deleted. In the draft of the change to use sidebar instead, I rid of those lines.

@oidacra oidacra force-pushed the issue-28658-add-empty-category-field branch from fa8b9e4 to 10da22a Compare June 5, 2024 02:03
@oidacra oidacra requested review from fmontes and rjvelazco June 5, 2024 02:03
@oidacra oidacra dismissed stale reviews from fmontes and rjvelazco June 5, 2024 02:03

fixed.

@oidacra oidacra requested a review from KevinDavilaDotCMS June 5, 2024 13:33
@oidacra oidacra enabled auto-merge June 5, 2024 13:33
@oidacra oidacra added this pull request to the merge queue Jun 5, 2024
Copy link
Member

@fmontes fmontes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged via the queue into master with commit 9caa2be Jun 5, 2024
27 checks passed
@oidacra oidacra deleted the issue-28658-add-empty-category-field branch June 5, 2024 23:21
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.

Add the Category Field Input with the Icon to Open the Dialog to Edit Contentlet
7 participants