sitmun / sitmun-admin-app

Administration application for the SITMUN system.
European Union Public License 1.2
0 stars 1 forks source link

AG Grid unable to use rowModelType clientSide #195

Closed fjlopez closed 2 weeks ago

fjlopez commented 1 month ago

How to reproduce it?

git clone --branch feature-4 --recurse-submodules https://github.com/sitmun/sitmun-application-stack.git

cd sitmun-application-stack

git submodule status

Must output a line that contains the string front/admin/sitmun-admin-app (remotes/origin/Updates)

docker compose build --no-cache

docker compose up -d

Errors:

In the console tab, in the developers tools of the browser, we can see that the problems seems to be realted to ag-grid

image

Originally posted by @albertcoro in https://github.com/sitmun/sitmun-admin-app/issues/185#issuecomment-2258031170

albertcoro commented 1 month ago

Update on the problem, reinstalled materials as it seems it was a major culprit of the problem. Now both tables and styles start to work, still major issues with missing styles and table functionalities

albertcoro commented 1 month ago

Visible on the sitmun-admin-app Updates branch

fjlopez commented 1 month ago

Let me know if you need help reviewing functionalities.

albertcoro commented 1 month ago

First I'll try to fix the styles and then I'll take a closer look at the missing functionalities.

lucenasj commented 2 weeks ago

Fixed [https://github.com/sitmun/sitmun-admin-app/commit/2935550dc94cbab992cafeaa4589f1e40c629944]