Skip to content

Conversation

@garvitverma
Copy link

We wanted to use our custom fields added on the PublishedFile entities to be available in the loader hooks.


publish_fields = [self._publish_type_field] + constants.PUBLISHED_FILES_FIELDS
publish_fields = [self._publish_type_field] + constants.PUBLISHED_FILES_FIELDS \
+ app.get_setting("additional_publish_fields")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line over-indented for visual indent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants