community-app/app/scripts
Brian C Cooke 02861aa633
fix: remove erroneous error message when uploading client image (#3169)
Per FINERACT-666 bug (https://issues.apache.org/jira/browse/FINERACT-666),
user may get a "field is required" message when trying to upload a valid image
file if they have prevoiusly tried to upload an invalid file type such as .txt.

Root cause seems to be ViewClientController is check the scope phase before
applying scope.  Instead, recommended practice is to apply the scope within
a timeout block (ref https://stackoverflow.com/questions/12729122/angularjs-prevent-error-digest-already-in-progress-when-calling-scope-apply).
Upon changing to use timeout(), the above issue is fixed.

Fixes: FINERACT-666
2020-02-09 12:41:35 +01:00
..
almond new skin 2017-01-24 15:33:32 +05:30
config Fix #3119 - Enable Hidden Fields When Creating and Updating a Loan Account (#3120) 2019-10-03 13:31:06 +01:00
controllers fix: remove erroneous error message when uploading client image (#3169) 2020-02-09 12:41:35 +01:00
directives fixed date-picker 2019-11-24 09:22:33 +05:30
filters Fix #2836 use uib-tooltip for displaying status (#2837) 2018-03-02 11:59:14 +05:30
models Localisation Telugu language added 2019-07-16 09:21:20 +02:00
modules Fix #2350 - Disables previous and next month calender dates (#3156) 2019-12-08 15:03:24 +05:30
services Fixes FINERACT-726 2020-01-23 09:12:14 +01:00
initialTasks.js new skin 2017-01-24 15:33:32 +05:30
loader-build.js community_app:2988 unable to load index page 2018-07-25 16:52:52 +05:30
loader.js Fix #2041 Dashboard Charts and Panel Headers (#2869) 2018-04-10 15:32:20 +05:30
mifosX.js new skin 2017-01-24 15:33:32 +05:30
mifosXComponents-build.js new skin 2017-01-24 15:33:32 +05:30
mifosXComponents.js feat: fix #1820, Added Create Self-Service User Form (#2139) 2019-11-21 08:57:47 +05:30
mifosXStyles-build.js new skin 2017-01-24 15:33:32 +05:30
mifosXStyles.js new skin 2017-01-24 15:33:32 +05:30
routes.js feat: fix #1820, Added Create Self-Service User Form (#2139) 2019-11-21 08:57:47 +05:30
webstorage-configuration.js reformatting project 2014-03-02 04:09:27 -08:00