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

[Containers] : Save button is disables under specific circumstances #24164

Closed
Tracked by #23140
jcastro-dotcms opened this issue Feb 17, 2023 · 2 comments · Fixed by #24178
Closed
Tracked by #23140

[Containers] : Save button is disables under specific circumstances #24164

jcastro-dotcms opened this issue Feb 17, 2023 · 2 comments · Fixed by #24178

Comments

@jcastro-dotcms
Copy link
Contributor

Problem Statement

The SAVE button is not being enabled when trying to add a new Content Type to a new Container.

Steps to Reproduce

  1. Go to the new Containers portlet: http://localhost:8080/dotAdmin/#/containers and create a new Container.
  2. Type in "1" in the Max Contents field, so that the Content Type Code field shows up.
  3. Click the "+" button and add the Contact content type.
  4. Type in any code in there.
  5. The SAVE button is not enabled. Even if you try to change the Container's name or description, it remains disabled.

Acceptance Criteria

The SAVE button must be enabled after any change is made.

dotCMS Version

Latest master.

Proposed Objective

Technical User Experience

Proposed Priority

Priority 2 - Important

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

Found during IQA of #23443

Assumptions & Initiation Needs

If you type in any characters for the default Activity content type, then the SAVE button is enabled. This is the only way to make it work. So there seems to be a problem with JS events at some point?

Sub-Tasks & Estimates

No response

@rjvelazco
Copy link
Contributor

Passed Internal QA

Docker Image: [dotcms/dotcms:master_bd915908]

save-button-must-be-enabled-after-any-change.mov

@josemejias07
Copy link

Approved QA - Tested on 23.03_5ce847f3_SNAPSHOT // Docker // macOS 13.0 // FF v110.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment