* feat(review-workflow): prevent activating on content-type with a too long name
* chore(review-workflow): update warning message
* test(review-workflows): add a test for too long name content type
* test(review-workflows): fix describe condition
* chore(review-workflows): rename variable and constant
* chore(review-workflows): rename constants
* test(review-workflows): update test content type name length
* feat(review-workflows): validate that the content type have rw activated
* feat(review-workflows): simplify the validation step
* Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js
Co-authored-by: Marc <marc12info@gmail.com>
* Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js
Co-authored-by: Marc <marc12info@gmail.com>
* chore: remove unused import
* test(review-workflows): update unit tests
* test: disable review workflows
---------
Co-authored-by: Marc <marc12info@gmail.com>
* hide the password section on profile when the role of the user is locked
* refactor the solution to fix some comments in the PR
* fix unit test to use getByRole
* fix the comments in the PR
* fix some comments
* change isLoading condition
* refactor the Profile page to split the content in different components
* update Profile tests
* refactor ProfilePage unit test
Co-authored-by: Christian <christiancp100@gmail.com>
* fix test and blank spaces
* refactor unit test
* refactor Preferences component
* last fixes
* move client definition in the Profile Page unit test
* remove api file in the Profile page and inline the callbacks
* fix review comments
---------
Co-authored-by: Christian <christiancp100@gmail.com>