Problem/Motivation
Remove deprecated "use text format text_only_html" permissions.
As of Drupal 10, we can no longer have invalid permissions in the database (https://www.drupal.org/node/3193348). Permissions that no longer exist are removed.
Steps to reproduce
Deprecated permissions:
- use text format text_only_html
- Install Drupal with upgrade_status module enabled
- Go to admin/reports/upgrade-status and check for "Invalid permissions will trigger runtime exceptions in Drupal 10. Permissions should be defined in a permissions.yml file or a permission callback."
Proposed resolution
Remove deprecated "use text format text_only_html" permissions.
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork social_course-3396507
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
zanvidmar commentedComment #4
v.koval commentedComment #5
v.koval commented@zanvidmar thanks!
I reviewed and tested it, and now it looks good!
Approved
Comment #6
zanvidmar commentedComment #8
zanvidmar commentedThe fix has landed in 5.1.2
Comment #10
zanvidmar commentedComment #11
zanvidmar commented