System Information
Strapi Version : 4.11.5
Operating System : macOS 13.4.1
Database : MySQL
Node Version : v18.14.1
NPM Version : 9.3.1
Yarn Version : 1.22.19
Dear Strapi Community,
with the following commit the cellFormatter function has been removed:
committed 11:13AM - 06 Jul 23 UTC
Since we are using this in our production code, I would like to know why and what would be the alternative to format your cells in a custom column?
Looks like it was related to this PR:
strapi:main
← strapi:chore/rw-ee_else_ce
opened 11:43AM - 21 Jun 23 UTC
### What does it do?
- Extends to `useEnterprise` hook with a boolean flag `e… nabled`
- Move the review-workflow column in the CM list view to use `useEnterprise`
### Why is it needed?
- Another `ee_else_ce` import down
- Makes the hook more flexible when there are other conditions than `window.strapi.isEE` involved to avoid over-fetching
### How to test it?
Use Strapi in EE mode and navigate to a content-type in the CM list-view that has review-workflows enabled.
Thanks for the answer. I just don’t see how one is related to the other. Why would you make Strapi less flexible without a good reason to do so? How is the requirements process? Can we create merge requests of our own or can we ask for code changes somewhere?
Thanks a lot @markkaylor this will greatly simplify things for us!
@markkaylor @codekultur In Strapi 4.12.x, the ListView Component does not use TableRows anymore, so I patch with packages/core/admin/admin/src/content-manager/pages/ListView/index.js