Skip to content

Commit a8bf20a

Browse files
committed
Suggest creating the PN user setting types as not opac_visible
If you make the boolean hemlock.push_notification_enabled opac_visible, then it appears in the OPAC on the Settings page, giving the patron the notion that they can modify it. But in reality, the app will overwrite it.
1 parent 021ee20 commit a8bf20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pn-setup-guide/configure-evergreen.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Procedure:
2727
| Description | Used by the Hemlock app to store a patron's push notification token |
2828
| Label | Hemlock Push Notification Data |
2929
| Name | hemlock.push_notification_data |
30-
| OPAC/Patron Visible | checked |
30+
| OPAC/Patron Visible | not checked |
3131

3232
* Click `Save`
3333
* Click `New User Setting Type`
@@ -39,7 +39,7 @@ Procedure:
3939
| Description | Used by the Hemlock app to flag that a patron has a push notification token |
4040
| Label | Hemlock Push Notification Enabled |
4141
| Name | hemlock.push_notification_enabled |
42-
| OPAC/Patron Visible | checked |
42+
| OPAC/Patron Visible | not checked |
4343

4444
* Click `Save`
4545

0 commit comments

Comments
 (0)