Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
18
Merge Requests
18
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
jio
Commits
cd88465d
Commit
cd88465d
authored
Aug 22, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sub storage creation bug fixed
parent
28c4fcbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/jio/features/jobMaker.js
src/jio/features/jobMaker.js
+1
-3
No files found.
src/jio/features/jobMaker.js
View file @
cd88465d
...
...
@@ -58,9 +58,7 @@ function enableJobMaker(jio, shared, options) {
shared
.
emit
(
'
jobNotify
'
,
param
,
arguments
);
};
param
.
command
.
storage
=
function
()
{
if
(
param
.
state
===
'
running
'
)
{
shared
.
createRestApi
.
apply
(
null
,
arguments
);
}
return
shared
.
createRestApi
.
apply
(
null
,
arguments
);
};
param
.
modified
=
new
Date
();
shared
.
emit
(
'
job
'
,
param
);
...
...
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