Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

adjust to publish workflow refactoring #92

Merged
merged 3 commits into from
Jul 15, 2013
Merged

adjust to publish workflow refactoring #92

merged 3 commits into from
Jul 15, 2013

Conversation

dbu
Copy link
Member

@dbu dbu commented Jul 14, 2013

dbu added 2 commits July 14, 2013 17:28
Conflicts:
	ContentAwareFactory.php
	Tests/Unit/ContentAwareFactoryTest.php
@@ -28,7 +28,7 @@
<service id="cmf_menu.factory" class="%cmf_menu.factory_class%">
<argument type="service" id="router"/>
<argument/> <!-- content url generator -->
<argument type="service" id="cmf_core.publish_workflow_checker"/>
<argument type="service" id="cmf_core.publish_workflow.checker" on-invalid="ignore"/>
Copy link
Member Author

Choose a reason for hiding this comment

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

this is to make the publish workflow optional. alternatively the core bundle could provide a pseudo-publish-workflow when the real publish workflow is deactivated that returns always true to make the bundles never expect a null publish workflow. that could make other components more robust (typo in service name and similar mistakes)

dbu added a commit that referenced this pull request Jul 15, 2013
adjust to publish workflow refactoring
@dbu dbu merged commit a9eebdc into master Jul 15, 2013
@dbu dbu deleted the publishworkflow branch July 15, 2013 18:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant