Feature(s) impacted
I added a new table and it doesn’t appear on the dashboard
Observed behavior
My new table (model name: “InpiBeneficiaireEffectif”) is not appearing on the dashboard.
Context
I added two tables today, “InpiData” and “InpiBeneficiaire”.
When i first added them, their relationships were :
InpiData belongs to User
InpiData hasMany InpiBeneficiaire
However, i was unable to put the filters i needed on my workspace (i couldn’t put a filter on a sub-sub-table field of user). So i had to change the relationship, i just changed InpiBeneficiaire so that it is related directly to User, instead of InpiData.
The dashboard didn’t seem to notice this change : InpiBeneficiaire still shows up on the InpiData related fields, and doesn’t show up on User fields.
So i removed the InpiBeneficiaire table completely, and created a new identical one called InpiBeneficiaireEffectif, and now this one doesn’t appear at all, and this time i really have no idea of the cause. In the “.forestadmin-schema.json” file the changes were done correctly. Could you help me plz ?
- Project name: ma-domiciliation
- Team name: all
- Environment name: Staging-dev
- Agent (forest package) name & version: “forest-express-sequelize”: “~8.5.11”,
- Database type: postgres
- Recent changes made on your end if any: explained above