-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
| $app->addPlugin(\CakeDC\OracleDriver\Plugin::class, ['bootstrap' => true]); | ||
| $app->addPlugin(\Ioigoume\OracleDriver\Plugin::class, ['bootstrap' => true]); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this right? (Also, below.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's break the Oracle changes into a separate PR. I want to think a bit more about how to isolate the CoreServer code from random packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benno changes removed
| 'couIds' => [ | ||
| 'cous' => [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are autoViewVars even used for here? The view view is completely custom...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The petition view knows the id of the cou but has no knowledge of the name. This way we can map the id to a name and render it to the view.
|
@benno can you please follow up. |
No description provided.