Table Data in Resource Views Which Are Associated With a Model But Are Not Resources #3723
Unanswered
falconsmilie
asked this question in
Q&A
Replies: 1 comment
-
I can create user email status as a resource and everything is fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
We have a list of all email communication attempts (invitation, save the date etc.) with the client, and the email statuses (sent, failed, not sent yet etc.).
There is a
user_email_status
setup in theUser
model;The email status model looks like this;
How can we display this email status list (readonly) in the "view" page of a User resource, and also add the "latest" email status in the User resource index view?
We had a similar scenario with user locale settings (which is not a nova resource), but because it wasn't a "list" we could do the following;
Beta Was this translation helpful? Give feedback.
All reactions