Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
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
2
Merge Requests
2
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
cooperatic-foodcoops
third-party
Commits
993f9584
Commit
993f9584
authored
Dec 16, 2021
by
François C.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1827-handle-gone-status' into 'dev_cooperatic'
1827 handle gone status See merge request
!94
parents
a4b006ce
d307779f
Pipeline
#1659
passed with stage
in 1 minute 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
members-space.js
members_space/static/js/members-space.js
+3
-2
No files found.
members_space/static/js/members-space.js
View file @
993f9584
...
...
@@ -16,7 +16,8 @@ const possible_cooperative_state = {
alert
:
"En alerte"
,
up_to_date
:
"À jour"
,
unsubscribed
:
"Désinscrit.e des créneaux"
,
delay
:
"En délai"
delay
:
"En délai"
,
gone
:
"Parti.e"
};
/* - Data */
...
...
@@ -177,7 +178,7 @@ function init_my_info_data() {
$
(
".delay_date_stop"
).
text
(
f_date_delay_stop
);
$
(
".delay_date_stop_container"
).
show
();
}
else
if
(
partner_data
.
cooperative_state
===
'unsubscribed'
)
{
}
else
if
(
partner_data
.
cooperative_state
===
'unsubscribed'
||
partner_data
.
cooperative_state
===
'gone'
)
{
$
(
".member_shift_name"
).
text
(
'X'
);
$
(
".unsuscribed_form_link"
)
...
...
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