Skip to content
Snippets Groups Projects

Closes #3425491 Hostname field isn't a hostname but a base URL

All threads resolved!

Closes #3425491

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
  • Chris Green resolved all threads

    resolved all threads

  • Chris Green added 1 commit

    added 1 commit

    • 0f286848 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Chris Green resolved all threads

    resolved all threads

  • Chris Green added 1 commit

    added 1 commit

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

    Compare with previous version

  • Chris Green resolved all threads

    resolved all threads

  • Chris Green resolved all threads

    resolved all threads

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 5 commits

    added 5 commits

    • a39f4578...520137b4 - 4 commits from branch project:4.x
    • 64f91809 - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt

    Compare with previous version

  • Chris Green added 4 commits

    added 4 commits

    • 6a18667a - validation
    • ddff20ba - Merge branch '4.x' into 3425491-hostname-field-isnt
    • e299dea9 - something
    • bfbb0e8a - Merge branch '3425491-hostname-field-isnt' of...

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    • b007ec2f - Update environment_indicator.post_update.php

    Compare with previous version

  • Tess Bakker
  • Chris Green added 7 commits

    added 7 commits

    • b007ec2f...67f00609 - 6 commits from branch project:4.x
    • 96084151 - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt

    Compare with previous version

  • 1 <?php
    2
    3 /**
    4 * @file
    5 * Post-update hooks for the Environment Indicator module.
    6 */
    7
    8 /**
    9 * Fix URLs in configuration by removing trailing slashes.
    10 */
    11 function environment_indicator_post_update_remove_trailing_slashes(&$sandbox) {
    12 $config_factory = \Drupal::configFactory();
    13
    14 // Initialize sandbox.
    15 if (!isset($sandbox['config_names'])) {
    16 // Load all configuration names for the environment_indicator.switcher.* type.
  • Chris Green added 1 commit

    added 1 commit

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

    Compare with previous version

  • Chris Green added 2 commits

    added 2 commits

    • 91751365 - 1 commit from branch project:4.x
    • 334fa5fd - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt

    Compare with previous version

  • Chris Green added 2 commits

    added 2 commits

    • 5c6abc45 - 1 commit from branch project:4.x
    • ecb25095 - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    • 07ac3d4e - Update validation function to just remove the trailing slash instead of failing the form.

    Compare with previous version

  • Chris Green added 1 commit
  • Chris Green added 4 commits

    added 4 commits

    • f14c8252...b8bab43e - 3 commits from branch project:4.x
    • edde24e1 - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt

    Compare with previous version

  • Chris Green added 4 commits

    added 4 commits

    • edde24e1...2f3885aa - 3 commits from branch project:4.x
    • ce2379da - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green resolved all threads

    resolved all threads

  • Closing in favor of MR !97 (merged) mergeable

  • closed

  • Please register or sign in to reply
    Loading