Skip to content

Commit

Permalink
Add instruction to restart server for checkbox list, update views
Browse files Browse the repository at this point in the history
New checkbox list need serialization thus restarting the server is required.
  • Loading branch information
stanleylhs committed Aug 6, 2024
1 parent 428bc40 commit d51d9f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/views/admin/custom_fields/_check_boxes_field.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
%div
.label.top.req
.label.top
= "Select Options (pipe separated):"
= f.text_field :collection_string, class: 'field_collection_string', size: 78
= f.text_field :collection_string, class: 'field_collection_string', size: 78, placeholder: "Option 1|Option 2|Option 3"

= render partial: 'admin/custom_fields/base_field', locals: {f: f}

- if f.object.new_record?
.info2 After saving, you must restart all instances of the Rails server to apply column serialization.

0 comments on commit d51d9f3

Please sign in to comment.