Skip to content

fix(publishing): don't suppress fields with hideFromAuthors

Ben Whitmore requested to merge publishing-ignore-hidefromauthors-20230919 into main

Ryan pointed out to me recently that we shouldn't suppress publishing of fields where hideFromAuthors is true, since we have another mechanism for configuring what fields get published, and we should honour that. It is conceivable that some fields should not be shown to the author during the review process but then should be published.

Merge request reports