Skip to content

Commit

Permalink
Fix check in validators if product is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Sep 27, 2023
1 parent dba3581 commit b82a683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collective/limitfilesizepanel/dx_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def helper_view(self):
request=self.request,
)
except InvalidParameterError:
return True
return None

def __call__(self):
if not self.value:
Expand Down
3 changes: 2 additions & 1 deletion docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
3.0.3 (unreleased)
------------------

- Nothing changed yet.
- Fix check in validators if product is not installed.
[cekk]


3.0.2 (2023-05-02)
Expand Down

0 comments on commit b82a683

Please sign in to comment.