-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-6839: [Smart mode] As the User I want to view Authors tab with only selected data #965
Conversation
b93bd69
to
c3f6a01
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
90b8f31
to
09859e4
Compare
use Symfony\Contracts\Translation\TranslatorInterface; | ||
use Twig\Environment; | ||
|
||
class AuthorsTab extends AbstractEventDispatchingTab implements OrderedTabInterface |
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.
class AuthorsTab extends AbstractEventDispatchingTab implements OrderedTabInterface | |
final class AuthorsTab extends AbstractEventDispatchingTab implements OrderedTabInterface |
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.
Tabs cannot be marked as final.
b90c00c
to
913960c
Compare
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.
Co-authored-by: Dawid Parafiński <[email protected]>
Co-authored-by: Mikolaj Adamczyk <[email protected]>
Co-authored-by: Mikolaj Adamczyk <[email protected]>
Co-authored-by: Mikolaj Adamczyk <[email protected]>
Co-authored-by: Mikolaj Adamczyk <[email protected]>
Co-authored-by: Mikolaj Adamczyk <[email protected]>
7f429df
to
6832b6c
Compare
Co-authored-by: Konrad Oboza <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Minor design fixes will be provided at later date. |
This PR adds new Authors tab.
Checklist:
$ composer fix-cs
)