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