mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 15:56:48 +00:00
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 |
||
|---|---|---|
| .. | ||
| almond | ||
| config | ||
| controllers | ||
| directives | ||
| filters | ||
| models | ||
| modules | ||
| services | ||
| initialTasks.js | ||
| loader-build.js | ||
| loader.js | ||
| mifosX.js | ||
| mifosXComponents-build.js | ||
| mifosXComponents.js | ||
| mifosXStyles-build.js | ||
| mifosXStyles.js | ||
| routes.js | ||
| webstorage-configuration.js | ||