Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
demo_design_system
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
demo_design_system
Commits
c49310de
Commit
c49310de
authored
8 months ago
by
Kristen Pol
Browse files
Options
Downloads
Patches
Plain Diff
Resolve
#3472691
"Get rid of"
parent
98cb4283
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!56
Resolve #3472691 "Get rid of"
Pipeline
#278627
passed
8 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/alert.inc
+2
-1
2 additions, 1 deletion
includes/alert.inc
with
2 additions
and
1 deletion
includes/alert.inc
+
2
−
1
View file @
c49310de
...
...
@@ -12,5 +12,6 @@ declare(strict_types=1);
*/
function
_civictheme_preprocess_page__civictheme_alert
(
array
&
$variables
):
void
{
$variables
[
'attributes'
][
'data-component-name'
]
=
'ct-alerts'
;
$variables
[
'attributes'
][
'data-alert-endpoint'
]
=
'/api/civictheme-alerts?_format=json'
;
// @fixme see issue #3472691.
//$variables['attributes']['data-alert-endpoint'] = '/api/civictheme-alerts?_format=json';
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment