Ajout d'un report lors de la création de la conf, ce report pourra être utilisé pour avoir les infos de la conf.
--> A finir
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<prop key="/dispatchArticleList.htm">DispatchArticleListController</prop>
|
||||
<prop key="/dispatchArticle.htm">DispatchArticleController</prop>
|
||||
<prop key="/addConference.htm">AddConferenceController</prop>
|
||||
<prop key="/reportConfCreate.htm">ReportConfCreateController</prop>
|
||||
<prop key="/evaluation.htm">EvaluationController</prop>
|
||||
<prop key="/createReport.htm">CreateReportController</prop>
|
||||
<prop key="/listConference.htm">ListConferenceController</prop>
|
||||
@@ -164,6 +165,12 @@
|
||||
<property name="evaluationManager" ref="evaluationManager" />
|
||||
<property name="validator" ref="ConferenceValidator" />
|
||||
</bean>
|
||||
<bean id="ReportConfCreateController"
|
||||
class="org.yacos.web.chairman.controller.ReportConfCreateController">
|
||||
<property name="conferenceManager" ref="conferenceManager" />
|
||||
<property name="evaluationManager" ref="evaluationManager" />
|
||||
<property name="userManager" ref="userManager" />
|
||||
</bean>
|
||||
|
||||
<bean id="ConferenceValidator"
|
||||
class="org.yacos.web.chairman.validation.ConferenceValidator">
|
||||
|
||||
Reference in New Issue
Block a user