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
d307779f
Commit
d307779f
authored
Dec 16, 2021
by
Thibault Grandjean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gone status
parent
38643bd9
Pipeline
#1653
passed with stage
in 1 minute 31 seconds
Changes
1
Pipelines
1
Hide 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 @
d307779f
...
@@ -16,7 +16,8 @@ const possible_cooperative_state = {
...
@@ -16,7 +16,8 @@ const possible_cooperative_state = {
alert
:
"En alerte"
,
alert
:
"En alerte"
,
up_to_date
:
"À jour"
,
up_to_date
:
"À jour"
,
unsubscribed
:
"Désinscrit.e des créneaux"
,
unsubscribed
:
"Désinscrit.e des créneaux"
,
delay
:
"En délai"
delay
:
"En délai"
,
gone
:
"Parti.e"
};
};
/* - Data */
/* - Data */
...
@@ -177,7 +178,7 @@ function init_my_info_data() {
...
@@ -177,7 +178,7 @@ function init_my_info_data() {
$
(
".delay_date_stop"
).
text
(
f_date_delay_stop
);
$
(
".delay_date_stop"
).
text
(
f_date_delay_stop
);
$
(
".delay_date_stop_container"
).
show
();
$
(
".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'
);
$
(
".member_shift_name"
).
text
(
'X'
);
$
(
".unsuscribed_form_link"
)
$
(
".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