Adds a behavior that tracks down the last user that modified an object
Project description
collective.behavior.lastmodifier
Adds a behavior that tracks down the last user that modified an object.
The plone.last_modifier behavior that can be added to any dexterity content.
Objects with that behavior will update the last_modifier attribute of the object with the currently authenticated user id:
when an object is created
every time an ObjectModifiedEvent is fired.
There is a tracking_disabled context manager that can be used to disable tracking. This might come handy, for example during migrations:
from collective.behavior.lastmodifier.behavior import tracking_disabled with tracking_disabled(): ...
Installation
Install collective.behavior.lastmodifier by adding it to your buildout:
[buildout] ... eggs = collective.behavior.lastmodifier
and then running bin/buildout
Contribute
License
The project is licensed under the GPLv2.
Contributors
ale-rt
Changelog
1.0.0rc2 (2021-03-11)
Added a tracking_disabled context manager to disable tracking the last modifier [ale-rt]
1.0.0rc1 (2021-02-18)
Initial release. [ale-rt]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.behavior.lastmodifier-1.0.0rc2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07eae7b6a9982fc0dbc51b340c563c3daf71f5b5944231fbaecbc8c9b68daad2 |
|
MD5 | 7a374b93a0d40dcc2076bb19fe0fa0e1 |
|
BLAKE2b-256 | 40d0462524d0fe14380fa0164155e384b9099db44a3dca96b3065345b83a5f6d |