Another small change in the same code
This commit is contained in:
parent
6afd073f57
commit
e586626a69
@ -171,7 +171,7 @@ Ractive.DEBUG = false;
|
|||||||
//statuses
|
//statuses
|
||||||
if (project.stage != "waiting") {
|
if (project.stage != "waiting") {
|
||||||
project.status = project.stage;
|
project.status = project.stage;
|
||||||
} else if(!project.lastLog) {
|
} else if(!project.lastLog || !project.lastLog.version) {
|
||||||
project.status = "waiting";
|
project.status = "waiting";
|
||||||
} else if (project.lastLog.version.trim() == project.releaseVersion.trim()) {
|
} else if (project.lastLog.version.trim() == project.releaseVersion.trim()) {
|
||||||
project.status = "Successfully Released";
|
project.status = "Successfully Released";
|
||||||
|
Loading…
Reference in New Issue
Block a user