Actions
Bug #27500
closedrake db:migrate fails on missing relation when registering fields from plugins
Description
Steps to reproduce:
1) have a foreman where db:create and db:migrate was already executed
2) add a plugin registering graphql fields with plugin dsl, bundle
3) run db:migrate
The cause is that `field` methods are called within the type class immediately when the class constant is used, so we need to use strings for registration and constantize later.
Updated by Ondřej Pražák over 5 years ago
- Related to Feature #27190: graphql: add plugin DSL for registering plugin fields added
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6949 added
Updated by Ondřej Pražák over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset d84dfbbd486d98d3cc1160dab13dd7ebf6686460.
Actions