Skip to content
Snippets Groups Projects

Create the backend data object for TextFilter

Closes #3505607

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 82 61 $filters[name] = false;
    83 62 } else if (_type === 'multiple_choice') {
    84 63 $filters[name] = [];
    64 } else if (_type === 'text') {
    65 $filters[name] = '';
    85 66 } else {
    86 67 $filters[name] = null;
    87 68 }
  • Kunal Sachdev added 1 commit

    added 1 commit

    • ce94489a - simplify code for setting default filter value

    Compare with previous version

  • Kunal Sachdev added 1 commit

    added 1 commit

    Compare with previous version

  • Kunal Sachdev added 1 commit

    added 1 commit

    • 3ba8101c - fix code for setting default filter value

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 4 commits

    added 4 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading