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
  • !90

Merged
Opened May 03, 2024 by Damien Moulard@DamienM 
  • Report abuse
Report abuse

ccas: add ccas related fields to adherent entity, generate anonymous code at saving

  • Discussion 4
  • Commits 3
  • Changes 7
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Damien Moulard @DamienM

    added 1 commit

    • 0578e97c - ccas: add indication that AUTOMATISATION_RECONVERSION param is mandatory

    Compare with previous version

    May 03, 2024

    added 1 commit

    • 0578e97c - ccas: add indication that AUTOMATISATION_RECONVERSION param is mandatory

    Compare with previous version

    added 1 commit <ul><li>0578e97c - ccas: add indication that AUTOMATISATION_RECONVERSION param is mandatory</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/90/diffs?diff_id=2993&start_sha=6f067521d371abbfcd52a2e3e4dabddf3759d67a)
    Toggle commit list
  • Yvon Kerdoncuff
    @Yvon started a discussion on the diff May 06, 2024
    Resolved by Damien Moulard May 07, 2024
    src/Form/Type/UserFormType.php
    43 43 'label' => 'Téléphone mobile :',
    44 44 'required' => false,
    45 45 ])
    46 ->add('enabled', null, [
    • Yvon Kerdoncuff @Yvon commented May 06, 2024
      Master

      Ici on a toujours le même problème. Si j'ouvre une fiche adhérent en tant que comptoir, que je modifie le cochage et que je rafraichis la page, le cochage est conservé par le navigateur et donc je ne vois pas l'adhérent tel qu'il est enregistré en base. Solution qui a fonctionné ailleurs :

      'attr' => ['autocomplete' => 'off'].

      sur enabled.

      Edited May 06, 2024 by Yvon Kerdoncuff
      Ici on a toujours le même problème. Si j'ouvre une fiche adhérent en tant que comptoir, que je modifie le cochage et que je rafraichis la page, le cochage est conservé par le navigateur et donc je ne vois pas l'adhérent tel qu'il est enregistré en base. Solution qui a fonctionné ailleurs : `'attr' => ['autocomplete' => 'off'].` sur enabled.
    • Damien Moulard @DamienM commented May 07, 2024
      Master

      ok, bizarre parce que je n'ai rien changé ici, seulement l'ordre des champs, mais ok

      ok, bizarre parce que je n'ai rien changé ici, seulement l'ordre des champs, mais ok
    Please register or sign in to reply
  • Yvon Kerdoncuff
    @Yvon started a discussion on the diff May 06, 2024
    Resolved by Damien Moulard May 07, 2024
    src/Admin/AdherentAdmin.php
    192 193 ->end()
    193 194 ;
    194 195
    195 /**
    196 * In TAV env, 2 allowance processes possible:
    197 * - household based (if param set)
    198 * - cotisation profile and rate based (default)
    199 */
    200 196 if ($tav_env) {
    197 if ($this->getConfigurationPool()->getContainer()->getParameter('ccas_mode')) {
    198 $formMapper
    199 ->tab('General')
    200 ->with('Identité')
    201 ->add('ccasAccepted', null, [
    • Yvon Kerdoncuff @Yvon commented May 06, 2024
      Master

      Ici on a toujours le même problème. Si j'ouvre une fiche adhérent en tant que comptoir, que je modifie le cochage et que je rafraichis la page, le cochage est conservé par le navigateur et donc je ne vois pas l'adhérent tel qu'il est enregistré en base. Solution qui a fonctionné ailleurs :

      'attr' => ['autocomplete' => 'off'].

      sur ccasAccepted et ccasEligible.

      Edited May 06, 2024 by Yvon Kerdoncuff
      Ici on a toujours le même problème. Si j'ouvre une fiche adhérent en tant que comptoir, que je modifie le cochage et que je rafraichis la page, le cochage est conservé par le navigateur et donc je ne vois pas l'adhérent tel qu'il est enregistré en base. Solution qui a fonctionné ailleurs : `'attr' => ['autocomplete' => 'off'].` sur ccasAccepted et ccasEligible.
    • Damien Moulard @DamienM commented May 07, 2024
      Master

      ha oui c'est vrai ! corrigé

      ha oui c'est vrai ! corrigé
    Please register or sign in to reply
  • Damien Moulard @DamienM

    added 1 commit

    • 4e10c676 - add autocomplete off to adherent admin checkbox fields

    Compare with previous version

    May 07, 2024

    added 1 commit

    • 4e10c676 - add autocomplete off to adherent admin checkbox fields

    Compare with previous version

    added 1 commit <ul><li>4e10c676 - add autocomplete off to adherent admin checkbox fields</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/90/diffs?diff_id=3001&start_sha=0578e97cb036843420b0bfde6a3e701ebd3f1122)
    Toggle commit list
  • Damien Moulard @DamienM

    resolved all discussions

    May 07, 2024

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Damien Moulard @DamienM

    merged

    May 07, 2024

    merged

    merged
    Toggle commit list
  • Damien Moulard @DamienM

    mentioned in commit b29dc3cb

    May 07, 2024

    mentioned in commit b29dc3cb

    mentioned in commit b29dc3cb7fec4eff00fe1e65dd9e924c1a6a072e
    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!90
×

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.