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

[Example] Modify list and form of built-in category entity #90

Closed
wants to merge 1 commit into from

Conversation

niklasnatter
Copy link
Contributor

No description provided.

@niklasnatter niklasnatter changed the title [Example] Modify list and form of built-in entity [Example] Modify list and form of built-in category entity Feb 15, 2021
@niklasnatter niklasnatter force-pushed the example/modify-list-form branch from f59653b to 7bb3260 Compare February 15, 2021 11:11
use Symfony\Component\HttpFoundation\Response;
use Symfony\Contracts\Translation\TranslatorInterface;

class CategoryController extends SuluCategoryController
Copy link
Member

Choose a reason for hiding this comment

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

Maybe its would better to use a ResponseListener todo that so the dev don't need to know about the requirements from the SuluCategoryController and the things like unserialize and serialize which are not so clean will be the same, but at the current architecture I see no other way.

@niklasnatter
Copy link
Contributor Author

Replaced by #92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants