-
Notifications
You must be signed in to change notification settings - Fork 4
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
Soft depend on formlib #22
Comments
ale-rt
added a commit
that referenced
this issue
Apr 8, 2019
thet
added a commit
that referenced
this issue
Dec 3, 2019
- Fix soft dependency on formlib (#22) - Speed up rule retrieval - Added some memoized properties and methods to the `AuditActionExecutor` class for easier customization
thet
added a commit
that referenced
this issue
Dec 3, 2019
- Fix soft dependency on formlib (#22) - Speed up rule retrieval - Added some memoized properties and methods to the `AuditActionExecutor` class for easier customization
thet
added a commit
that referenced
this issue
Dec 3, 2019
- Fix soft dependency on formlib (#22) - Speed up rule retrieval - Added some memoized properties and methods to the `AuditActionExecutor` class for easier customization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment this packages depends on formlib:
collective.auditlog/collective/auditlog/action.py
Line 30 in 1c290ad
collective.auditlog/collective/auditlog/action.py
Lines 303 to 304 in 1c290ad
but the dependency is not declared in the setup.py
I think it is safe to make this a soft dependency and to not declare the
form_fields
attribute if formlib is not available.The text was updated successfully, but these errors were encountered: