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

Merged
Opened May 02, 2025 by Damien Moulard@DamienM 
  • Report abuse
Report abuse

allow full parameterization for comptoir available payment types

×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b 7993-comptoir-moyens-paiement-param origin/7993-comptoir-moyens-paiement-param

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout develop
git merge --no-ff 7993-comptoir-moyens-paiement-param

Step 4. Push the result of the merge to GitLab

git push origin develop

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

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

    added 1 commit

    • b4acafe5 - fix typo

    Compare with previous version

    May 02, 2025

    added 1 commit

    • b4acafe5 - fix typo

    Compare with previous version

    added 1 commit <ul><li>b4acafe5 - fix typo</li></ul> [Compare with previous version](https://gl.cooperatic.fr/agplv3/kohinos-tav/merge_requests/148/diffs?diff_id=3990&start_sha=db4701039265a8b3229f736f7f8f58ac1025948d)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • d253fe1e - fix migration (previous trick does not work due to global parameter alternate...…

    Compare with previous version

    May 16, 2025

    added 1 commit

    • d253fe1e - fix migration (previous trick does not work due to global parameter alternate...…

    Compare with previous version

    added 1 commit <ul><li>d253fe1e - fix migration (previous trick does not work due to global parameter alternate...…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/agplv3/kohinos-tav/merge_requests/148/diffs?diff_id=3994&start_sha=b4acafe5e417fd1ca567d4cf058503073c140f4d)
    Toggle commit list
  • Yvon Kerdoncuff
    @Yvon started a discussion on an old version of the diff May 16, 2025
    src/Migrations/Version20250502111501.php 0 → 100644
    21 */
    22 protected $em;
    23
    24 public function setContainer(ContainerInterface $container = null)
    25 {
    26 $this->em = $container->get('doctrine')->getManager();
    27 }
    28
    29 public function getDescription() : string
    30 {
    31 return '';
    32 }
    33
    34 public function up(Schema $schema) : void
    35 {
    36 $alternatePaymentTypes = $this->em->getRepository(GlobalParameter::class)->val(GlobalParameter::ALTERNATE_AVAILABLE_PAYMENT_TYPES_COMPTOIR);
    • Yvon Kerdoncuff @Yvon commented May 16, 2025
      Master

      marche pas alternate... existe plus quand executé

      marche pas alternate... existe plus quand executé
    Please register or sign in to reply
  • Yvon Kerdoncuff @Yvon

    merged

    May 16, 2025

    merged

    merged
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    mentioned in commit 0b15a895

    May 16, 2025

    mentioned in commit 0b15a895

    mentioned in commit 0b15a89509d53cca33a1ff1df0a4167b050b7223
    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!148
×

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.