Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard for namespaced model (eg. audited:audits)? #1919

Closed
df1228 opened this issue Feb 25, 2021 · 3 comments
Closed

dashboard for namespaced model (eg. audited:audits)? #1919

df1228 opened this issue Feb 25, 2021 · 3 comments

Comments

@df1228
Copy link

df1228 commented Feb 25, 2021

  • What would you like to be able to do? Can you provide some examples?

i'm using audited for tracking database changes, the model is audited:audit and the table is audits, how to add a dashboard model for this ?

  • How could we go about implementing that?
  • Can you think of other approaches to the problem?
@sedubois
Copy link
Contributor

You can normally generate namespaced dashboards with some workarounds which I described here:
http://gist.github.com/70955

I was able to use this system for dashboards such as PaperTrail::Version, ActiveStorage::Blob, etc.

There is also apparently a proper fix being worked on in #1812.

@df1228
Copy link
Author

df1228 commented Feb 25, 2021

thanks !

@df1228 df1228 closed this as completed Feb 25, 2021
@df1228
Copy link
Author

df1228 commented Feb 25, 2021

#1291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants