Skip to content
Snippets Groups Projects

Issue #3334865: Make support for groups optional.

1 unresolved thread

Merge request reports

Closed by kksandrkksandr 1 year ago (Feb 15, 2024 4:11pm 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
  • Shrikant Dhotre added 3 commits

    added 3 commits

    Compare with previous version

  • kksandr resolved all threads

    resolved all threads

  • kksandr added 1 commit

    added 1 commit

    • 76030995 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • kksandr added 1 commit

    added 1 commit

    Compare with previous version

  • 100 112 */
    101 113 public function buildForm(array $form, FormStateInterface $form_state) {
    102 114
    115 $form['create_group_relationships'] = [
    116 '#type' => 'checkbox',
    117 '#title' => $this->t('Create group relationships?'),
    118 '#default_value' => $this->getSettings('create_group_relationships'),
  • closed

  • Please register or sign in to reply
    Loading