Skip to content
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

Merged

Conversation

alexander-schranz
Copy link
Member

@alexander-schranz alexander-schranz commented Oct 13, 2021

Most entities like Article and any routable Custom Entity will have a webspace selection in its settings tab. I did go here with the name WebspaceInterface.

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

@alexander-schranz alexander-schranz force-pushed the feature/webspace-setting branch 2 times, most recently from 563107e to cf98c55 Compare October 14, 2021 08:04
@alexander-schranz alexander-schranz added the Feature New functionality not yet included in Bundle label Oct 14, 2021
@coveralls
Copy link

coveralls commented Oct 14, 2021

Pull Request Test Coverage Report for Build 1343198460

  • 37 of 37 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1340881271: 0.0%
Covered Lines: 2046
Relevant Lines: 2046

💛 - Coveralls

@alexander-schranz alexander-schranz force-pushed the feature/webspace-setting branch 9 times, most recently from fe3480c to 874aa9b Compare October 14, 2021 15:42
@@ -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"/>
Copy link
Member

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 🙈

Copy link
Member Author

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?

Copy link
Member

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"/>
Copy link
Member

Choose a reason for hiding this comment

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

same here

Copy link
Member Author

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

@wachterjohannes wachterjohannes merged commit e7b79cf into sulu:0.x Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New functionality not yet included in Bundle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants