This commit is contained in:
@@ -54,7 +54,7 @@ public class SArticleController extends SimpleFormController {
|
||||
|
||||
Article newArticle = articleManager.addArticle(
|
||||
title, theme, nomFile, user.getLogin(),
|
||||
listSecondaryAuthor, Article.State.SUMMARY, conf.getId());
|
||||
listSecondaryAuthor, Article.State.SUBMITED, conf.getId());
|
||||
|
||||
if(newArticle==null){
|
||||
errors.reject("article.errors.didNotSave");
|
||||
|
||||
Reference in New Issue
Block a user