Feat/metadata with datatable v2 (#2110)

* Reworked metadata creation

* Wip

* Fix from PR

* Removed consolelog

* Post merge

* Fixed seeds

* Wip

* Added dynamic routing

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Lucas Bordeau
2023-10-18 19:41:02 +02:00
committed by GitHub
parent 830dfc4d99
commit c590300bf1
14 changed files with 189 additions and 75 deletions

View File

@ -59,15 +59,7 @@ export const App = () => {
<Route path={AppPath.Impersonate} element={<ImpersonateEffect />} />
<Route path={AppPath.OpportunitiesPage} element={<Opportunities />} />
<Route
path={AppPath.ObjectTablePage}
element={
<ObjectTablePage
objectNamePlural="suppliers"
objectNameSingular="supplier"
/>
}
/>
<Route path={AppPath.ObjectTablePage} element={<ObjectTablePage />} />
<Route
path={AppPath.SettingsCatchAll}