Actions
Bug #33527
closedImport/Export Permission Upgrade task not getting run
Status:
Closed
Priority:
Normal
Assignee:
Category:
Inter Server Sync
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
https://github.com/Katello/katello/pull/9354 as a part of issue https://projects.theforeman.org/issues/32396 renamed export_library_content and export_content_views permission to export_content.
As a part of that PR is this command.
bundle exec rake katello:upgrades:4.1:update_content_import_export_perms
However it is not getting run during upgrade because we dont have an entry in https://github.com/Katello/katello/blob/master/db/seeds.d/111-upgrade_tasks.rb for it.
Actions