Actions
Bug #6717
closedTemplate locked/unlock message cannot be translated
Description
#3103 added a UI ability to lock and unlock provisioning templates, but the success string can't be extracted and translated as it uses interpolation:
process_success :success_msg => _("Template #{locked ? 'locked' : 'unlocked'}."), :success_redirect => :back
(app/controllers/config_templates_controller.rb:124)
Updated by Dominic Cleal over 10 years ago
- Related to Feature #3103: Read only provisioning/config templates for plugins added
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.8.0
- Pull request https://github.com/theforeman/foreman/pull/1621 added
- Pull request deleted (
)
Updated by Dominic Cleal over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions