Commit 2eef622
committed
Add feature flag for full record fulfillment links
Why these changes are being introduced:
Initial usability testing suggested that the
'View full record' fulfillment links are not
frequently used. UXWS would like to hide this
feature for testing, and possibly bring it back
if users struggle to reach the records in
external systems.
Relevant ticket(s):
* [USE-253](https://mitlibraries.atlassian.net/browse/USE-253)
How this addresses that need:
This adds a `record_link` feature flag and hides
the full record fulfillment links behind it.
Side effects of this change:
If we decide to permanently remove these links,
we should remove the feature flag as well.1 parent 5ab6b4b commit 2eef622
3 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments