-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <dawid.parafinski@ez.no>
Co-authored-by: Mikolaj Adamczyk <mikolaj.adamczyk@ez.no>
Co-authored-by: Mikolaj Adamczyk <mikolaj.adamczyk@ez.no>
Co-authored-by: Mikolaj Adamczyk <mikolaj.adamczyk@ez.no>
Co-authored-by: Mikolaj Adamczyk <mikolaj.adamczyk@ez.no>
Co-authored-by: Mikolaj Adamczyk <mikolaj.adamczyk@ez.no>
7f429df
to
6832b6c
Compare
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
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
)