Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
0320fd1c
Commit
0320fd1c
authored
Jan 13, 2025
by
Yvon Kerdoncuff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not try to access informationPopupData when it is null
parent
1d58427b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modale_info_for_users.html.twig
...tes/themes/kohinos/common/modale_info_for_users.html.twig
+3
-0
No files found.
templates/themes/kohinos/common/modale_info_for_users.html.twig
View file @
0320fd1c
...
...
@@ -3,6 +3,7 @@
<div
class=
"modal fade"
id=
"infoForUserModal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"infoForUserModalTitle"
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-content"
>
{%
if
informationPopupData
%}
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"infoForUserModalTitle"
>
{{
informationPopupData.title
}}
</h5>
</div>
...
...
@@ -13,6 +14,7 @@
<a
href=
'
{{
path
(
'set_user_validated_information_popup'
)
}}
'
class=
"btn btn-primary"
>
{{
informationPopupData.validationButtonText
}}
</a>
<button
type=
"button"
class=
"btn btn-secondary"
data-dismiss=
"modal"
>
{{
informationPopupData.closingButtonText
}}
</button>
</div>
{%
endif
%}
</div>
</div>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment