pulibrary / pulfalight

This is an implementation of the Princeton University Library Finding Aids (PULFA) service using ArcLight
Other
7 stars 1 forks source link

User-entered notes not passing from the cart to Aeon #1410

Closed tpendragon closed 2 months ago

tpendragon commented 2 months ago

Maybe we're no longer sending "Notes" as a field, or something's changed in Aeon.

Acceptance Criteria

Replication Steps

Sudden Priority Justification

Without these notes our staff are unable to accurately support researchers.

tpendragon commented 2 months ago

I can confirm that this is a cart problem, we may have broken this when we updated lux. The "Notes" field is always sending empty.

tpendragon commented 2 months ago

My first guess is that the shadow form in the javascript's "Notes" field is different than the non-shadow field and it's not propagating somehow.

tpendragon commented 2 months ago

This was from the Vue upgrade - when https://github.com/pulibrary/lux-design-system/pull/207 is merged and released we can upgrade here and it should fix it.