×
This forum has been locked. Please submit new Feature Requests on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
(Done) Modified by field
anthony cunningham
Nouveau membre
Posts: 1
il y a 10 ans 6 mois #29
par anthony cunningham
Modified by field a été créé par anthony cunningham
Is it possible to add a field type for "modified by" - as in the user who last modified it?
Thank you for an excellent jumping off point with Component Creator - definitely saved me time and well worth it.
Anthony
Thank you for an excellent jumping off point with Component Creator - definitely saved me time and well worth it.
Anthony
Connexion ou Créer un compte pour participer à la conversation.
Gordon
Membre junior
Posts: 23
il y a 10 ans 5 mois - il y a 10 ans 5 mois #50
par Gordon
Never doubt that a small group of committed people can change the world. Indeed, it is the only thing that ever has... Margaret Mead
Gordon Wright
Old fart developer
Réponse de Gordon sur le sujet Modified by field
The best way is to duplicate that standard Joomla fields "checked_out" and "checked_out_time" and call them "modified_by" and "modified_time" respectively. In your code simply write the data in the checked out process to the corresponding modified fields. When the checked out process ends, the data in the modified fields is retained so you can always see who and when the record was last modified. Alternatively, you can place the fields into a MODIFIED table, and then have a (log style) record of every modification; who and when.
To ensure that the data in the record was indeed modified, and not just checked out, will require additional code.
For the JCC developers... this could be an option in the setup process.
To ensure that the data in the record was indeed modified, and not just checked out, will require additional code.
For the JCC developers... this could be an option in the setup process.
Never doubt that a small group of committed people can change the world. Indeed, it is the only thing that ever has... Margaret Mead
Gordon Wright
Old fart developer
Dernière édition: il y a 10 ans 5 mois par Gordon.
Les utilisateur(s) suivant ont remercié: Andres Maeso, Dansk Vandrelaug
Connexion ou Créer un compte pour participer à la conversation.
Frank Jumppanen Andersen
Nouveau membre
Posts: 14
il y a 10 ans 4 semaines #422
par Frank Jumppanen Andersen
Réponse de Frank Jumppanen Andersen sur le sujet Modified by field
...I'm new to structures in joomla components. Could you point me in direction of the right file to make the modification??
Funny that a field for update timestamp is already there - but not for updated_by..
Funny that a field for update timestamp is already there - but not for updated_by..
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.055 secondes