Changes between Version 9 and Version 10 of DeveloperGuidelines/EdenMobile/Settings


Ignore:
Timestamp:
10/20/17 09:01:30 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Settings

    v9 v10  
    1313|| subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} ||
    1414
    15 NB New settings need adding to validSettings in services/sync/schema_import.js
     15NB
     16* New settings need adding to validSettings in {{{services/sync/schema_import.js}}}.
     17* For server-side dynamic models to export their table.settings to Mobile table.settings need to add to SERIALIZABLE_OPTS in {{{s3model.py}}}
     18
    1619== Internal Settings ==
    1720These are settings which a developer may see, but generally shouldn't need to touch