Compare commits
1 Commits
e2bdf2220a
...
6aadbaaf0c
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 6aadbaaf0c |
|
@ -110,9 +110,7 @@
|
||||||
function submitArticle()
|
function submitArticle()
|
||||||
{
|
{
|
||||||
ifNoFurtherChanges(() => {
|
ifNoFurtherChanges(() => {
|
||||||
article.state = (article.state == ArticleState.DRAFT
|
article.state = ArticleState.SUBMITTED;
|
||||||
? ArticleState.SUBMITTED
|
|
||||||
: ArticleState.DRAFT);
|
|
||||||
update();
|
update();
|
||||||
},
|
},
|
||||||
/* timeout: */ 0);
|
/* timeout: */ 0);
|
||||||
|
|
Loading…
Reference in New Issue