Closes #3425491 Hostname field isn't a hostname but a base URL
All threads resolved!
Closes #3425491
Merge request reports
Activity
- Resolved by Chris Green
- Resolved by Chris Green
- Resolved by Chris Green
- Resolved by Chris Green
added 5 commits
-
a39f4578...520137b4 - 4 commits from branch
project:4.x - 64f91809 - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt
-
a39f4578...520137b4 - 4 commits from branch
added 1 commit
- b007ec2f - Update environment_indicator.post_update.php
- Resolved by Chris Green
added 7 commits
-
b007ec2f...67f00609 - 6 commits from branch
project:4.x - 96084151 - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt
-
b007ec2f...67f00609 - 6 commits from branch
- environment_indicator.post_update.php 0 → 100644
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. changed this line in version 9 of the diff
added 1 commit
- 07ac3d4e - Update validation function to just remove the trailing slash instead of failing the form.
added 4 commits
-
f14c8252...b8bab43e - 3 commits from branch
project:4.x - edde24e1 - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt
-
f14c8252...b8bab43e - 3 commits from branch
added 4 commits
-
edde24e1...2f3885aa - 3 commits from branch
project:4.x - ce2379da - Merge branch environment_indicator:4.x into 3425491-hostname-field-isnt
-
edde24e1...2f3885aa - 3 commits from branch
Closing in favor of MR !97 (merged) mergeable
Please register or sign in to reply