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
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 40d8433e6f3967cb0f3c2d3689c0af8315a284cb.
Actions