Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2c75ae4d
Commit
2c75ae4d
authored
Nov 13, 2020
by
Ryan Herbert
Browse files
my account: fix jobs url in database.js
parent
f67c9472
Pipeline
#186227
passed with stages
in 8 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/js/database.js
View file @
2c75ae4d
...
...
@@ -1269,7 +1269,7 @@ Database.prototype = {
$
(
'
[name^="group_ids"]:checked
'
).
each
(
function
()
{
group_ids
.
push
(
$
(
this
).
val
());
});
this
.
callUrlJson
(
DB_ADDRESS
+
'
my_account/
index
'
,
{
'
group_ids
'
:
group_ids
});
this
.
callUrlJson
(
DB_ADDRESS
+
'
my_account/
jobs
'
,
{
'
group_ids
'
:
group_ids
});
},
stopGroupPropagate
:
function
(
e
)
{
...
...
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