Provides enhancements to navigation of events and arms on data entry forms, the "Add / Edit Records" page, the "Record Status Dashboard" page, and "Record Home" page.
View GitHub repository.
Each feature must be enabled separately in the module configuration dialog.
Clicking "Change" by the event name display on a data entry form raises a popover displaying navigation links to the first form and current form (where applicable) in other events.
In a multi-arm project, events are shown only for arms where the record exists (i.e. has data entered for at least one event in the arm).
In multi-arm projects:
This option has no effect in single-arm projects.
Designate the first arm of a multi-arm project as the "primary arm". The Add / Edit Records and Record Status Dashboard pages restrict the creation of new records to the primary arm only (although it will be still possible via import or direct URL access). Records can be added to other arms via the Record Home page.
Arm-selection dropdown lists are hidden so records can be selected and created in the first arm only.
Create record option only shown when viewing the primary arm instead of for any arm.
This option has no effect in single-arm projects.
Select an arm or arms to be available by default for records.
Indicate event(s) and field(s) that contain arm numbers, or comma-separated lists of arm numbers that are available for the current record to be added to.
Where specifying a text/@CALCTEXT
field a dynamic comma-separated list of arms is supported. e.g. "2,4,5"
, as might be given by:
@CALCTEXT(if(<expr>,'comma-delimited-list-of-arms-when-TRUE','comma-delimited-list-of-arms-when-FALSE'))