@@ -966,6 +966,7 module ApplicationHelper | |||
|
966 | 966 | end |
|
967 | 967 | |
|
968 | 968 | def labelled_remote_form_for(*args, &proc) |
|
969 | ActiveSupport::Deprecation.warn "ApplicationHelper#labelled_remote_form_for is deprecated and will be removed in Redmine 2.2." | |
|
969 | 970 | args << {} unless args.last.is_a?(Hash) |
|
970 | 971 | options = args.last |
|
971 | 972 | options.merge!({:builder => Redmine::Views::LabelledFormBuilder, :remote => true}) |
General Comments 0
You need to be logged in to leave comments.
Login now