This applies very similar code to that as done for the checkin button in the same method. If there is no enabled field present then there's no point in showing the published buttons.
I don't think this could fall under b/c because the DataModel::published() bails super early if there is no enabled field present
This applies very similar code to that as done for the checkin button in the same method. If there is no
enabled
field present then there's no point in showing the published buttons.I don't think this could fall under b/c because the
DataModel::published()
bails super early if there is noenabled
field present