|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________ Mifos-issues mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-issues

I just checked in a basic first commit on maker checker. Right now its disabled by default and to turn it on you must change code (until configuration element of it is implemented) see ClientsApiResource.java L205 and the use of 'portfolioMakerCheckerService.logNewEntry'
When enabled it creates a new entry in maker-checker table logging the type of task it is 'CREATE_CLIENT', the jsonRequest to create that client, the id of the user who created it and the date on which is was created.
Next step is to implment basic screen to approve 'maker-checker' entries which goes through API for this.