Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #17486 All Revisions ] Back to Issue ]
Summary 0017486: Informative message not obtained when reconciling transactions manually and in spanish
Revision 2011-06-13 13:36 by mirurita
Description Informative message not obtained when reconciling transactions manually and in spanish.

Reconciliation.html line 55
showJSMessage('APRM_DateWillBeUpdated');

An Ajax call is done to the server (MessageJS.java) and using the xml template the response is built.

As in AD_TEXTINTERFACES exist a record with text (Warning) and without filename associated the xml engine translates the field:

<xml-structure>
  <status>
    <type>Aviso</type>
    <title>Aviso</title>
    <description><![CDATA[Al seleccionar transacciones posteriores a la fecha de reconciliación, la fecha de la transacción será actualizada a la fecha de la línea del extracto bancario]]></description>
  </status>
</xml-structure>

in MessageBox.js the setValues_MessageBox function looks for ERROR, WARNING, INFO, SUCCESS types but as the response has a translated vale (AVISO) the message is not displayed.
Revision 2011-06-03 10:38 by mirurita
Description Informative message not obtained when reconciling transactions manually and in spanish.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker