#Columns getting mutilated after addition of multiple objects/ fields.

1 messages · Page 1 of 1 (latest)

runic jungle
#

The number of fields returned by the graphql is changing after addition of multiple objects. They stop showing on the front end and all the tables do not show. This is happening on both self hosted and the cloud version.

Why is this happening?

dark karma
#

Could you write a scenario to reproduce the issue?

runic jungle
#

I am sharing a module named workspace-modifications. Please put this inside core modules, add WorkspaceModificationsModule to core-engine.module.ts

Subsequently, call the controller create-metadata-structure. You will find that the database is getting mutilated as the job proceeds to add the functions of jobCreationService.executeJobCreationFlow

Let me know if you need any help in setting up the workspace-modifications controller

dark karma
#

To be honest, that's way above my knowledge, I'd wait for someone from core team to answer this question as I don't know how to answer this question (also, what version of Twenty are you using as on 0.40.0-canary there's no packages/twenty-server/src/engine/integrations folder, I've fixed most of the errors related to importing except for the TokenModule import in workspace-modifications.service.ts)

dark karma
#

I don't have an access to this colelction as my account doesn't belong to your (arx-twenty) team, could you write which endpoint with what data you used to reproduce it or export collection as JSON (or other format) and send it here?

runic jungle
#

Please DM me your email and I’ll add you to the collection.

Since it’s a series of objects and fields added (30-40) it’ll be difficult to paste them here in a way that makes sense. The best thing is to run the collection which sequentially adds the objects, fields, relations and finally the data rows in different objects.

wraith coyote