-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vw_tww_maintenance should be vw_tww_maintenance_event #33
Comments
That is right! 3 subclass views have to be newly designed as we have now three subclasses for maintenance_event and it is not allowed anymore to directly add data to the class maintenance_event (ABSTRACT), but only to the subclasses. I suggest also to create 3 separate forms, depending of what kind of data I want to add. |
According to @3nids PR #40 , this should be now fixed : |
@ponceta maintenance_type = unknown should not be possible to be saved as maintenance_event is ABSTRACT! |
What is new in QGIS is that we can use enumerations for postgreSQL types. Possible client adaptations : |
* adapt maintenance event view fixes #33 * Rename vw_maintenance.yaml to vw_maintenance_event.yaml * Update create_views.py
There are several problems with this vw:
The text was updated successfully, but these errors were encountered: