|
|
|
1. setting new project custom fields
|
|
|
|
|
|
`bin/rails c`
|
|
`bin/rails c`
|
|
|
|
|
|
```ruby
|
|
```ruby
|
... | @@ -9,3 +11,5 @@ ProjectCustomField.find_each do |project_custom_field| |
... | @@ -9,3 +11,5 @@ ProjectCustomField.find_each do |project_custom_field| |
|
project_custom_field.update!(custom_field_section_id: section.id)
|
|
project_custom_field.update!(custom_field_section_id: section.id)
|
|
end
|
|
end
|
|
```
|
|
```
|
|
|
|
|
|
|
|
2. Remove in-app widget. |
|
|
|
\ No newline at end of file |