You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ::Katello::ContentViewManager.scheduled_composite_publish?(self)
686
+
fail ::Katello::Errors::ConflictException,_("A publish is already scheduled for this content view. Please wait for the scheduled publish to complete.")
687
+
end
688
+
end
689
+
690
+
defcheck_component_publishes!
691
+
returnunlesscomposite?
692
+
693
+
if ::Katello::ContentViewManager.running_component_publish_tasks(self).any?
694
+
fail ::Katello::Errors::ConflictException,_("Cannot publish composite content view while its content views are being published. Please wait for component publishes to complete.")
0 commit comments