Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
K
kohinos-tav
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • agplv3
  • kohinos-tav
  • Merge Requests
  • !19

Merged
Opened Dec 16, 2022 by Félicie@felicie 
  • Report abuse
Report abuse

4125-cotisation-hidden

  • Discussion 4
  • Commits 8
  • Changes 9
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Félicie
    @felicie started a discussion on an old version of the diff Dec 16, 2022
    Last updated by Damien Moulard Dec 16, 2022
    config/packages/sonata_admin.yaml
    200 200 label: Ajouter
    201 201 roles: ['ROLE_SUPER_ADMIN', 'ROLE_ADMIN_ADHERENT_GERER_ALL', 'ROLE_ADMIN_ADHERENT_GERER_CREATE']
    202 202 - admin.adherent.gerer
    203 - admin.adherent.cotisations
    203 # - admin.adherent.cotisations
    • Félicie @felicie commented Dec 16, 2022

      Plutôt que commenter, j'avais l'impression qu'on pouvait faire un truc comme ça :

      - if: "%env(TAV_ENV)% = 0"
        action: admin.prestataire.cotisations

      mais ça me dit : Expected parameter "route" for array items

      Plutôt que commenter, j'avais l'impression qu'on pouvait faire un truc comme ça : ``` - if: "%env(TAV_ENV)% = 0" action: admin.prestataire.cotisations ``` mais ça me dit : Expected parameter "route" for array items
    • Damien Moulard @DamienM commented Dec 16, 2022
      Master

      Dans tous les cas effectivement il ne faut pas commenter car sinon on mode non TAV il faut que cette ligne soit là

      Dans tous les cas effectivement il ne faut pas commenter car sinon on mode non TAV il faut que cette ligne soit là
    • Damien Moulard @DamienM

      changed this line in version 2 of the diff

      Dec 16, 2022

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/19/diffs?diff_id=1975&start_sha=1667fb878370a610c15319d584682130daa8a92f#ca04f98b98d2ca3dc75f966b710835470c53598d_203_203)
      Toggle commit list
    Please register or sign in to reply
  • Damien Moulard
    @DamienM started a discussion on an old version of the diff Dec 16, 2022
    Resolved by Damien Moulard Dec 16, 2022
    templates/themes/kohinos/block/admin_adherent.html.twig
    1 {% if false == isCotisationValid(app.user) %}
    1 {% if false and not tav_env == isCotisationValid(app.user) %}
    • Damien Moulard @DamienM commented Dec 16, 2022
      Master

      tu t'es trompée sur cette condition, tu as modifié la condition de base

      tu t'es trompée sur cette condition, tu as modifié la condition de base
    • Damien Moulard @DamienM commented Dec 16, 2022
      Master

      corrigé

      corrigé
    • Damien Moulard @DamienM

      changed this line in version 2 of the diff

      Dec 16, 2022

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/19/diffs?diff_id=1975&start_sha=1667fb878370a610c15319d584682130daa8a92f#b6a50c60864ed495bbbd3dd62b82d50c978d2e7e_1_1)
      Toggle commit list
    Please register or sign in to reply
  • Damien Moulard @DamienM

    added 1 commit

    • 9497cdf1 - hide infos regarding standard cotisations & make all cotisations valid for all…

    Compare with previous version

    Dec 16, 2022

    added 1 commit

    • 9497cdf1 - hide infos regarding standard cotisations & make all cotisations valid for all…

    Compare with previous version

    added 1 commit <ul><li>9497cdf1 - hide infos regarding standard cotisations &amp; make all cotisations valid for all…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/19/diffs?diff_id=1975&start_sha=1667fb878370a610c15319d584682130daa8a92f)
    Toggle commit list
  • Damien Moulard @DamienM

    added 1 commit

    • 94d5f89e - fix comments

    Compare with previous version

    Dec 16, 2022

    added 1 commit

    • 94d5f89e - fix comments

    Compare with previous version

    added 1 commit <ul><li>94d5f89e - fix comments</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/19/diffs?diff_id=1976&start_sha=9497cdf17ec0c50973d22007e1d9253f85cda9d9)
    Toggle commit list
  • Damien Moulard @DamienM

    added 1 commit

    • 45fe5e42 - block access to standard Cotisation admin pages in tav mode

    Compare with previous version

    Dec 16, 2022

    added 1 commit

    • 45fe5e42 - block access to standard Cotisation admin pages in tav mode

    Compare with previous version

    added 1 commit <ul><li>45fe5e42 - block access to standard Cotisation admin pages in tav mode</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/19/diffs?diff_id=1977&start_sha=94d5f89ee135893dd9b6c0e6806e10614dbb18f2)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    merged

    Dec 20, 2022

    merged

    merged
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    mentioned in commit fd30b467

    Dec 20, 2022

    mentioned in commit fd30b467

    mentioned in commit fd30b4676c9aae7374ed3605e980001451781569
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: agplv3/kohinos-tav!19
×

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.