Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7
-
Fix Version/s: 2.7
-
Component/s: Others
-
Labels:
-
Testing Instructions:
- Run 'gulp' and check that a new constant called mmCoreConfigConstants is added to the build file.
- Run the app, go to 'App Settings' > 'About' and check that the app version name and code are shown.
-
Affected Branches:MOODLE_27_STABLE
-
Fixed Branches:MOODLE_27_STABLE
-
Pull Master Diff URL:
Description
Using config.json has a problem: it's loaded asynchonously using $http. If we use AngularJS constants instead the data will be available right away.
We could also mantain the config.json file and create a gulp task to migrate the data to an Angular constant.
Attachments
Issue Links
- blocks
-
MOBILE-1336 Support fixed URL in config.json
-
- Closed
-