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

Add simple history for changes made in admin tool #77

Open
remyguillaume opened this issue Sep 1, 2022 · 0 comments
Open

Add simple history for changes made in admin tool #77

remyguillaume opened this issue Sep 1, 2022 · 0 comments

Comments

@remyguillaume
Copy link
Collaborator

Who requested this new feature?

Basel-Stadt

Is your feature request related to a problem?

No

Describe the solution you'd like

We would like to have better database tracking of who last modified what.
Concretely, we would need for each row in every table in the main schema (except perhaps tsearch) the following information:

  • create_user: user who created this entry
  • create_date: creation timestamp
  • modify_user: last user to modify this entry
  • modify_date: last modification timestamp

These fields would be filled in automatically when making a change in the administration interface, and visible in the administration interface.

Additional information or points to watch out for

@remyguillaume remyguillaume added New This Issue wasn't analyse/discussed yet Admin For GMF 2.8 and removed New This Issue wasn't analyse/discussed yet labels Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant