-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
69 lines (59 loc) · 2.53 KB
/
Copy pathconfig.json
File metadata and controls
69 lines (59 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "Stay focused!",
"namespace": "Yale\\StayFocused",
"description": "Modifies REDCap behavior after Save & Stay clicked: (1) restores the data entry form to the location where you left off; (2) marks the last field saved; (3) suppresses the post-save 'required fields missing' popup dialog. NOTE: This version fixes a fatal install bug on v1.0.1",
"documentation": "https://criwebtools.github.io/Stay-Focused/",
"prefix": "ydcclib_stay_focused",
"authors": [
{
"name": "Peter Charpentier",
"email": "redcap@yale.edu",
"institution": "Yale University",
"company": "CRI Web Tools LLC"
}
],
"versions": [
{
"1.0.4": "July 14, 2024 - refactoring",
"changelog": "Refactoring for code clarity, or at least less code murkiness."
},
{
"1.0.3": "July 10, 2024 - minor bug fix",
"changelog": "Ensures that the EM will function after a window resize."
},
{
"1.0.2": "July 5, 2024 - major bug fix",
"changelog": "Fixes fatal error on install caused by mismatch between class name and namespace."
},
{
"1.0.1": "June 27, 2024 - updated for compatibility with REDCap 14.4.1 and LTS 14.0.32",
"changelog": "Fixes bug in current UI where the 'stay&save' button was considered a data entry field. Uses localStorage instead of cookies to store last field entered. "
},
{
"1.0.0": "Oct 8, 2020 - initial distribution"
}
],
"project-settings": [
{
"key": "y3sf-hide-status-message-header",
"name": "<h5>Suppress the Stay focused! status message</h5>",
"type": "descriptive"
},
{
"key": "y3sf-hide-status-message-description",
"name": "<div style='color: darkslategrey; font-weight: 600'><p>Normally Stay focused! will display a status message at the top of the form editor.</p><p>As described in the documentation, Stay focused! prevents the 'required fields' dialog popup from displaying after an interim save, so as to not interrupt data collection workflow. However the count of the fields reported is added to the Stay focused! status message.</p><p>If you would like to prevent the Stay focused! status message from displaying, click the checkbox below.</p></div>",
"type": "descriptive"
},
{
"key": "y3sf-hide-status-message",
"name": "Suppress the Stay focused! status message",
"required": false,
"type": "checkbox"
}
],
"compatibility": {
"php-version-min": "7.4",
"redcap-version-min": "13.7.3"
},
"framework-version": 14
}