Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SUD Éducation
Cartable
Commits
44637a02
Commit
44637a02
authored
2 years ago
by
Bastien Ho
Browse files
Options
Download
Plain Diff
Merge branch 'staging' into 'stable'
v1.3 See merge request sudeducation/cartable!38
parents
dfe43619
c8fc3f50
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/css/academies.scss
+0
-3
src/css/academies.scss
src/js/academies.js
+4
-2
src/js/academies.js
with
4 additions
and
5 deletions
+4
-5
src/css/academies.scss
+
0
-
3
View file @
44637a02
@import
'variables'
;
#cartable-academies-wrapper
{
}
#cartable-academies-map-wrapper
{
svg
{
path
.nomansland
{
...
...
This diff is collapsed.
Click to expand it.
src/js/academies.js
+
4
-
2
View file @
44637a02
...
...
@@ -66,8 +66,10 @@ jQuery(document).ready(function(){
var
membershiptype
=
cartable
.
Syndicates
.
IndexedMembershipTypes
[
syndicate_id
];
cartable
.
mt_to_zones
[
membershiptype
.
id
]
=
zone
;
var
syndicate
=
cartable
.
Syndicates
.
Syndicates
[
syndicate_id
];
CRM
.
$
(
'
#
'
+
syndicate
.
membership_field
).
attr
(
'
data-syndicate-id
'
,
syndicate
.
id
);
zone_syndics
.
push
(
syndicate
);
if
(
CRM
.
$
(
'
#
'
+
syndicate
.
membership_field
).
length
){
CRM
.
$
(
'
#
'
+
syndicate
.
membership_field
).
attr
(
'
data-syndicate-id
'
,
syndicate
.
id
);
zone_syndics
.
push
(
syndicate
);
}
}
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets