From echatellier@users.forge.codelutin.com Sun Jun 8 22:44:40 2014 From: echatellier@users.forge.codelutin.com To: faxtomail-commits@list.forge.codelutin.com Subject: [Faxtomail-commits] r152 - in trunk: faxtomail-persistence/src/main/xmi faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/action/admin faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin faxtomail-ui-web/src/main/webapp/js Date: Sun, 08 Jun 2014 22:44:40 +0200 Message-ID: <20140608204440.5A483181DF1@goh.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1063836044452501463==" --===============1063836044452501463== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: echatellier Date: 2014-06-08 22:44:39 +0200 (Sun, 08 Jun 2014) New Revision: 152 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/152 Log: Ajout des chefs de groupes Modified: trunk/faxtomail-persistence/src/main/xmi/faxtomail.properties trunk/faxtomail-persistence/src/main/xmi/faxtomail.zargo trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/action/= admin/ConfigurationAction.java trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuration= -input.jsp trunk/faxtomail-ui-web/src/main/webapp/js/configuration.js Modified: trunk/faxtomail-persistence/src/main/xmi/faxtomail.properties =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/faxtomail-persistence/src/main/xmi/faxtomail.properties 2014-06-08 = 14:30:45 UTC (rev 151) +++ trunk/faxtomail-persistence/src/main/xmi/faxtomail.properties 2014-06-08 = 20:44:39 UTC (rev 152) @@ -94,3 +94,6 @@ =20 # FaxToMailUserGroup com.franciaflex.faxtomail.persistence.entities.FaxToMailUserGroup.attribute.= name.tagvalue.naturalId=3Dtrue + +# GroupChef +com.franciaflex.faxtomail.persistence.entities.GroupChef.attribute.userGroup= .tagvalue.notNull=3Dtrue Modified: trunk/faxtomail-persistence/src/main/xmi/faxtomail.zargo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Modified: trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/= action/admin/ConfigurationAction.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/action= /admin/ConfigurationAction.java 2014-06-08 14:30:45 UTC (rev 151) +++ trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/action= /admin/ConfigurationAction.java 2014-06-08 20:44:39 UTC (rev 152) @@ -41,6 +41,7 @@ import com.franciaflex.faxtomail.persistence.entities.FaxToMailUser; import com.franciaflex.faxtomail.persistence.entities.FaxToMailUserGroup; import com.franciaflex.faxtomail.persistence.entities.FolderAction; +import com.franciaflex.faxtomail.persistence.entities.GroupChef; import com.franciaflex.faxtomail.persistence.entities.MailAction; import com.franciaflex.faxtomail.persistence.entities.MailField; import com.franciaflex.faxtomail.persistence.entities.MailFilter; Modified: trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/config= uration-input.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuratio= n-input.jsp 2014-06-08 14:30:45 UTC (rev 151) +++ trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/configuratio= n-input.jsp 2014-06-08 20:44:39 UTC (rev 152) @@ -73,6 +73,7 @@
  • Filtres de mail<= /a>
  • Recherche
  • Comptes mai= l
  • +
  • Chef de groupe=
  • =20
    @@ -145,7 +146,7 @@
    =20 -
    +

    =C3=89dition de l'=C3=A9tat d'attente {{selectedEtatAtte= nte.label}}

    Actions autoris=C3=A9es lorsque la demande est valid= e :
    -
    +
    S=C3=A9lectionnez un =C3=A9tat d'attente.
    @@ -183,7 +184,7 @@
    =20 -
    +

    =C3=89dition du type de document {{selectedDemandType.la= bel}}

    Champs obligatoires pour le type de document :
    -
    +
    S=C3=A9lectionnez un type de document.
    @@ -805,6 +806,78 @@
    + +
    + +
    +
    +

    Chef de groupe

    + + + + + + + + + +
    {{groupChef.userGroup ? groupChef.userGroup.fullPath= : '(aucun groupe)'}} =20 + + + +
    Aucun chef de groupe
    +
    + +
    +

    =C3=89dition du chef de groupe

    + =20 +
    +
    + + +
    +
    + +
    + + + + + + + + + + + + + +
    Groupes g=C3=A9r=C3=A9s par le chef de groupe
    + + {{group.fullPath}} + + + +
    Aucun groupe g=C3=A9r=C3=A9s +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +