generated from app-generator/django-adminlte
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
The dynamic dataTables library needs to updated in order to work on this project.
How to test it:
- start the app (manual set up or Docker)
$ docker-compose up --build
- Navigate to http://localhost:5085/datatb/product2/
- The dynamic view is created with JS errors:
TypeError: dataTable.columns is not a function
- The dynamic view is created with JS errors:
- Navigate to http://localhost:5085/datatb/product/ (another model)
- This view is broken (backend error):
Related Field got invalid lookup: icontains
- This view is broken (backend error):
Both models are defined in home/models and the difference between them is the fact that Product2 is isolated and dynamic view works.
The broken view that tries to render data for Product uses a model referenced by Sales.
Both issues need a fix.
We will see right after for other Issues.
Ty!
Metadata
Metadata
Assignees
Labels
No labels