Majid Hojati
Majid Hojati
@EllieBeveridge This should be fixed in the recent update!
Hi, It was in my todo list but never got time to add it.
@mruknowme So we have a lot of limitations with core of strapi related to custome fields. 1- I should check that error and see if that is a bug with...
@luckyguido Thanks for testing the plugin. Can you tell me what version is your postgis? It should be printed in the strapi logs as something like: `` [2022-07-07 21:59:28.349] info:...
@luckyguido thanks for the tests. I am using `https://github.com/jfgodoy/knex-postgis` as underlying package to communicate with postgis. I will try to find out a solution for it.
@simb I need to check this issue to see why this error is happening. I will probably be able to check it end of Dec due to the school and...
@Arrig0 sorry, I am busy with work and couldn't take a look at it with the latest version of Strapi. Do you think using customField solves the issue? As far...
Hi @Xtrazyx , can you please give me some more details about the error?
@qmidy Thanks for the bug report. I noticed that when strapi populates fields it does not call database [lifecycles](https://github.com/strapi/strapi/tree/master/packages/core/database/lib/lifecycles) methods such as `beforeFind` and so on. As a result in...
@qmidy The problem is that we need to touch core strapi query builder. I have actually asked them a couple of times and seems it is not in their plans....