Skip to content
Snippets Groups Projects

Issue #2409901: Implement Migration Paths for Flag 7.x

TODO

  • Apply patch to merge request see if it passes.
  • Finish making tests.
  • Add more tests for various types of data
  • Fix until it works
Edited by Matthew Radcliffe

Merge request reports

Code Quality is loading
Test summary results are being parsed

Closed by Andrei IvnitskiiAndrei Ivnitskii 4 months ago (Mar 5, 2025 11:46am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
28 'fid',
29 'entity_type',
30 'entity_id',
31 'uid',
32 'sid',
33 'timestamp',
34 ]);
35
36 $query->fields('f', [
37 'name',
38 'global',
39 ]);
40
41 // If a flag type is provided, only migrate flaggings for that flag.
42 if (isset($this->configuration['flag_type'])) {
43 $query->condition('f.name', $this->configuration['flag_type']);
  • Joshua Sedler added 1 commit

    added 1 commit

    • c31c335f - Reintroduce possibility to define multiple flag_types

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Andrei Ivnitskii added 39 commits

    added 39 commits

    • 3ad19891...82b1accf - 38 commits from branch project:8.x-4.x
    • da1d6e3c - Merge branch flag:8.x-4.x into 2409901-implement-migration-paths

    Compare with previous version

  • added 2 commits

    • 433f24f0 - 1 commit from branch project:8.x-4.x
    • b26088a9 - Merge branch flag:8.x-4.x into 2409901-implement-migration-paths

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading