##// END OF EJS Templates
Remove default for when changing custom field format....
Jean-Philippe Lang -
r11167:3277d59e5c00
parent child
Show More
@@ -68,6 +68,8 class CustomFieldsController < ApplicationController
68 68 @custom_field = CustomField.new_subclass_instance(params[:type], params[:custom_field])
69 69 if @custom_field.nil?
70 70 render_404
71 else
72 @custom_field.default_value = nil
71 73 end
72 74 end
73 75
General Comments 0
You need to be logged in to leave comments. Login now