You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once D49005-code is transformed to be a site-specific endpoint (@obenland are you able to help here?) we need to update the reducer introduced in #45495 so that the data is keyed by siteId.
The fetch query should return this information from the API endpoint once it is updated and then will need to be fed back through the data-layer handler function into the action in order that siteId is available in the reducer.
Once in place it's a matter of updating the reducer to use the keyedReducer helper - it will look similar to something like this:
exportdefaultkeyedReducer('siteId',adminMenu);
The text was updated successfully, but these errors were encountered:
This is a Sub Issue of #45435
Depends on #45495.
Once D49005-code is transformed to be a site-specific endpoint (@obenland are you able to help here?) we need to update the reducer introduced in #45495 so that the data is keyed by
siteId
.The fetch query should return this information from the API endpoint once it is updated and then will need to be fed back through the data-layer handler function into the action in order that
siteId
is available in the reducer.Once in place it's a matter of updating the reducer to use the
keyedReducer
helper - it will look similar to something like this:The text was updated successfully, but these errors were encountered: