Installation

 

WS Harpege

Au niveau du WS Harpege, le compte harpege utilisé doit posséder les droits en écriture sur les tables suivantes  :

Problème non résolu

Un bug existe au niveau des agents qui possèdent comme échelons des chevrons, le ws harpege ne retourne aucune information : l'onglet avancement n'affiche alors aucune information et l'inm n'est pas affiché dans la carrière. Un ticket est déposé à l'AMUE en attente de résolution.

ChangeLog

version 1.0

version 1.0.1

version 1.1.0

https://github.com/EsupPortail/esup-agent/releases/tag/esup-agent-1.1.0

* avancement: only display valid information
  * getDatePrevisionnelle is using getTempsPassageRecalculeDto, which may be wrong in case of bonificationEchelon not usable in current echelon
  * handle getDatePrevisionnelle giving far future info
  * do not display future INM since it is hard to know which bareme to use

* page "question"
  * handle a specific mail address for BIATSS
  * add supannEmpId in mail subject
  * use users's mail as the expediteur
  * always send user's message as plain text, not html
  * handle UserLoginUnder for mail from & subject

* various display enhancements:
  * contrat, carriere: expand all the tree by default
  * fix menuItem ids so that portlet-menu-item-selected class is properly set
  * by default, hide navigationForm:submitPopup (which contains please-wait image) instead of using "visibility: hidden"
  * hide footer in most pages (rationale: it is ugly on mobile)
  * css: enhance contrat/carriere on mobile

* various:
  * fix some NullPointerException
  * fix person with no current carriere, but carriere will start soon

* various technical changes:
  * prepare web.xml for uportal4
  * use new clientWebServiceHarpege.jar
  * integrate fix for uportal4
  * do not require ant 1.7, it works with 1.8 and 1.9 too
  * tell javac to use encoding ISO-8859-1 (this was a warning in jdk6, it is now an error in jdk7)
  * use https://subversion.renater.fr to download esup-commons stuff instead of sourcesup.cru.fr viewgc