Details
-
Type: New Feature
-
Status: In Progress
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2.1
-
Fix Version/s: None
-
Labels:
-
Versioning Impact:Minor (add functionality in backwards-compatible manner)
-
Documentation Required?:User and Admin Doc
-
Epic Link:
-
Verified?:No
Description
This is a rather large task for a single ticket. I may split this out into subtasks laters.
Adding support for custom fields means:
Registering the entity as custom-fieldableDone in PR #446Adding the entity to the custom field UI so that users can specify custom fields in the usual wayDone in PR #446Updating BAOs/APIs to write custom dataDone in PR #446- Updating BAOs/APIs to retrieve custom data
- Updating project create/edit UI to dynamically pull in the possible custom fields (and prepopulate them)