Activity
remove dependency on imio.helpers
remove dependency on imio.helpers
Modified columns.VocabularyColumn
column by handling multiple ignor…
Modified
columns.VocabularyColumn
column by handling multiple ignor…Avoid ImportError
on Plone 6 when datagridfield is absent
Avoid
ImportError
on Plone 6 when datagridfield is absentMerge remote-tracking branch 'remotes/origin/plone6' into plone6
Merge remote-tracking branch 'remotes/origin/plone6' into plone6
Use backports.functools-lru-cache = 1.6.4, six = 1.16.0
Use backports.functools-lru-cache = 1.6.4, six = 1.16.0
When the_object=True
, attrName
may be a callable.
When
the_object=True
, attrName
may be a callable.Take into account VocabularyColumn.ignored_value
in AbbrColumn
.
Take into account
VocabularyColumn.ignored_value
in AbbrColumn
.Bump pip from 20.3.4 to 23.3
Bump pip from 20.3.4 to 23.3
Add and load plone6 compatible resources
Add and load plone6 compatible resources
Works with eea.facetednavigation v16 and newer
Works with eea.facetednavigation v16 and newer
fix broken imports for Plone 6.0.5
fix broken imports for Plone 6.0.5
Force push
Removed useless import of DateTime.DateTime
Removed useless import of DateTime.DateTime
Require eea.facetednavigation<16.0
Require eea.facetednavigation<16.0
Fixed tests, now BaseColumn is enough to manage the_object=True, and …
Fixed tests, now BaseColumn is enough to manage the_object=True, and …
Removed no more used AwakeObjectGetAttrColumn
Removed no more used AwakeObjectGetAttrColumn
Added attribute BaseColumn.the_object=False
, this means that we are…
Added attribute
BaseColumn.the_object=False
, this means that we are…