-
First thanks for the excellent project, It's shame it seems stalled, it shows great promise and many things can get better.
One of the issues is that updating CRUDS overwrite every file automatical…
mwamp updated
6 years ago
-
### Details
Add Comment attribute CRUD in Post
### Branch
_No response_
Checklist
- [X] Create `app/models/comment.rb` ✗ [Edit](https://github.com/peterstudy/study_log/edit/sweep/add_comment_crud…
-
Avoir au moins deux "repository" reliés à des "controller" pour les méthodes de Create Read Update et Delete simples
-
I've got a weird situation. Using the latest update of giiant, I generated a series of CRUD views/controllers/searchModels using it. Giiant appeared to have generated every thing successfully. However…
-
Write the necessary controllers needed to cover all functions of the website that we want to demo. Consider which of the CRUD methods are necessary for our MVP
- [x] Users controller
- [x] Pathways c…
-
Since Associations and Collections play such a big role in data storage it would be great to have better support for them.
Adding an option to display a different entity field than the key without …
-
А если из контроллера вернется нулл, то что будет?
https://github.com/dmrsmglov/crud_application/blob/e43b57a12dd1209d8dd0acb57436892c2ff7c79a/Server/src/main/kotlin/ru/damir/server/controllers/Posts…
-
* Create 'CrudController' interface that will perform CRUD operations on REST controllers.
-
I am trying to define a custom REST controller as per custom-rest-controllers.md. It compiles and runs the list method correctly, but then it gets an exception, seemingly to do with dynamic controller…
-
This is probably my issue entirely.
I looked at the odoo docs and I'm trying to get a count of some records as they did there.
When I execute:
const unique_partner_count = await this.odoo.exec…