|
|
|
1. setting new project custom fields
|
|
|
|
|
|
|
|
`bin/rails c`
|
|
|
|
|
|
|
|
```ruby
|
| ... | ... | @@ -8,4 +10,6 @@ section = ProjectCustomFieldSection.first |
|
|
|
ProjectCustomField.find_each do |project_custom_field|
|
|
|
|
project_custom_field.update!(custom_field_section_id: section.id)
|
|
|
|
end
|
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
|
```
|
|
|
|
|
|
|
|
2. Remove in-app widget. |
|
|
\ No newline at end of file |