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 View Debug Command for SuluAdmin #7283

Merged
merged 6 commits into from
Mar 25, 2024

Conversation

TheCadien
Copy link
Member

Q A
Bug fix? no
New feature? yes
BC breaks? no
Related issues/PRs #7267
License MIT
Documentation PR sulu/sulu-docs#

What's in this PR?

brings a command for debug Sulu Admin Views

bin/console sulu:debug:admin:view

or single Views

bin/console sulu:debug:admin:view sulu_page.page_edit_form.setting

Why?

Missing

To Do

  • Create a documentation PR hint in Extend Sulu Admin

return Command::SUCCESS;
}

private function findViewNameContaining(string $name, array $views): array
Copy link
Contributor

Choose a reason for hiding this comment

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

/**
 * @var array<Sulu\Bundle\AdminBundle\Admin\View\View> $views
 */

And everywhere else as well.

@alexander-schranz alexander-schranz added the Feature New functionality not yet included in Sulu label Mar 22, 2024
@alexander-schranz alexander-schranz requested review from wachterjohannes and removed request for alexander-schranz March 22, 2024 09:13
@wachterjohannes wachterjohannes merged commit fb6e0e1 into sulu:2.6 Mar 25, 2024
8 checks passed
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 Sulu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants