-
Notifications
You must be signed in to change notification settings - Fork 46
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
Backport Ability to log the last update to a feature (#2156) to GMF 1.6 #2582
Milestone
Comments
juliensam
pushed a commit
to juliensam/c2cgeoportal
that referenced
this issue
Nov 2, 2016
juliensam
pushed a commit
to juliensam/c2cgeoportal
that referenced
this issue
Nov 2, 2016
what is the state of this issue? thanks for an update. |
juliensam
added a commit
to juliensam/c2cgeoportal
that referenced
this issue
Nov 15, 2016
juliensam
added a commit
to juliensam/c2cgeoportal
that referenced
this issue
Nov 16, 2016
juliensam
added a commit
to juliensam/c2cgeoportal
that referenced
this issue
Nov 16, 2016
sbrunner
added a commit
that referenced
this issue
Nov 16, 2016
Fix #2582 - Backport ability to log user and date to 1.6
I need to test. |
Ok, I tested and it works. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Username and date for editing tables
Functionality descripton
During editing, the user and date should be saved together with the changes into the database, in the same table as the geodata.
Reasons for this option (and why we do not do a generic Metadata table): If the table has a constraint of NOT NULL values, which is filled by a trigger from the log table, it is not possible to fill from this second transaction, because the first state will be incoherent.
To Do
The developements have already be done in GMF 2.0 by @fredj. As the customer cannot install GMF 2.x due to infrastruction restrictions, he needs this feature in GMF 1.6.x. Therefore you need to backport the PR #2156 to the 1.6 branch.
The feature is installed / testable in GMF 2.x here:
Developement server: gmf-test.sig.cloud.camptocamp.net
The text was updated successfully, but these errors were encountered: