-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Webspace select to Settings Tab #211
Add Webspace select to Settings Tab #211
Conversation
563107e
to
cf98c55
Compare
cf98c55
to
53649e5
Compare
Pull Request Test Coverage Report for Build 1343198460
💛 - Coveralls |
fe3480c
to
874aa9b
Compare
874aa9b
to
ecfab9d
Compare
@@ -23,6 +23,12 @@ | |||
</service> | |||
|
|||
<service id="sulu_content.workflow_data_mapper" class="Sulu\Bundle\ContentBundle\Content\Application\ContentDataMapper\DataMapper\WorkflowDataMapper"> | |||
<tag name="sulu_content.data_mapper" priority="24"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 24? seems a strange number 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wachterjohannes Which steps between the mergers would you use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its ok 😂 thought it is a strange number - maybe add a comment that it has to be between
@@ -17,6 +17,10 @@ | |||
</service> | |||
|
|||
<service id="sulu_content.seo_merger" class="Sulu\Bundle\ContentBundle\Content\Application\ContentMerger\Merger\SeoMerger"> | |||
<tag name="sulu_content.merger" priority="24"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is between the other mergers
Most entities like
Article
and any routable Custom Entity will have a webspace selection in its settings tab. I did go here with the nameWebspaceInterface
.The entity like
Page
will not implement it as the webspace will there not be on the PageDimensionContent Entity and so not implement for its webspace a content interface. Other entity like snippet which will have content will not have a Webspace field or relation.TODO