-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug/53706 reordering project attributes is popping back on render #15166
Bug/53706 reordering project attributes is popping back on render #15166
Conversation
…pping-back-on-render
@dombesz do you have an idea why the CI build step fails? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT 👍
@jjabari-op according to the logs, the field PG::UndefinedColumn: ERROR: column "position_in_custom_field_section" does not exist
LINE 1: ...ields" WHERE "custom_fields"."type" = $1 ORDER BY "position_...
^
/app/db/migrate/20231031133334_create_project_custom_field_project_mappings.rb:23:in `create_default_mapping'
/app/db/migrate/20231031133334_create_project_custom_field_project_mappings.rb:12:in `up' This happens, because calling the Usually the issue is solved by defining a custom class for the table inside the migration. I provided a fix for it 1adf080 |
…ldsColumns migration
…ectCustomFieldSection Instead of the default_scope on the ProjectCustomField.
@jonasjabari Seems like the default scope ordering on the |
Thank you @dombesz |
https://community.openproject.org/projects/openproject/work_packages/53706