-
Notifications
You must be signed in to change notification settings - Fork 190
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
adds privacy plugin #2484
adds privacy plugin #2484
Conversation
Noelle-M
commented
May 16, 2023
•
edited by Elorfin
Loading
edited by Elorfin
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
plugin: | ||
admin_tools: | ||
- name: privacy | ||
class: shield-halved |
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.
Ce devrait être juste shield
arguments: | ||
- '@Claroline\AppBundle\API\SerializerProvider' | ||
- '@Claroline\AppBundle\Persistence\ObjectManager' | ||
- '@Claroline\CoreBundle\Library\Configuration\PlatformConfigurationHandler' |
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.
Déjà déclaré par le core, à supprimer (tu ne déclares que tes propres services).
|
||
const PrivacyTool = (props) => | ||
<ToolPage | ||
title={trans('privacy')}> |
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.
par défaut, le component ToolPage
affiche le nom de l'outil, pas besoin de spécifier le title
.