Log message #4030411

# At Username Text
# May 20th 2017, 08:21 birdy247 morning
# May 20th 2017, 05:51 ooo join
# May 20th 2017, 04:13 joshuaso91 who here has use bootstrapUI for CakePHP
# May 20th 2017, 01:28 joshuaso91 I tried to follow the instruction from FriendsOfCake but it still seem like it is working
# May 20th 2017, 01:28 joshuaso91 has anyone use Boostrap UI for CakePHP??
# May 20th 2017, 01:16 royalty didn't realize that till now that dynamically added fields are not considered via the submit button
# May 20th 2017, 01:15 royalty nevermind this is more of a javascript thing...
# May 20th 2017, 01:14 royalty interesting
# May 20th 2017, 01:14 royalty i see it isn't even in the post data...
# May 20th 2017, 01:12 royalty even though the naming conventions for the name field seem correct
# May 20th 2017, 01:12 royalty and it's not being picked up by the entity
# May 20th 2017, 01:11 royalty so i'm creating form inputs using javascript
# May 20th 2017, 01:11 royalty hello
# May 19th 2017, 20:35 makamo i clean the entity avec change value but when the page is loaded my form keep the old data
# May 19th 2017, 20:35 makamo Hello i want to inject new data in my form after i save without redirect
# May 19th 2017, 20:34 makamo hello
# May 19th 2017, 19:51 makamo someone here ?
# May 19th 2017, 19:28 makamo i clean the entity avec change value but when the page is loaded my form keep the old data
# May 19th 2017, 19:27 makamo Hello i want to inject new data in my form after i save without redirect
# May 19th 2017, 19:10 DeVito1 or component
# May 19th 2017, 19:10 DeVito1 and Was wondering if i should save the user from the controller
# May 19th 2017, 19:10 DeVito1 im making an oauth component
# May 19th 2017, 19:02 savant DeVito1: what do you mean
# May 19th 2017, 18:47 DeVito1 is it good practice to have add actions in a component ? 3.x ?
# May 19th 2017, 17:38 josh_rodarte Is there any way to send a route to a Cell function instead of a controller? Needing to do some ajax with a cell being created.
# May 19th 2017, 16:58 tiagoab I saw it wrong.. the both returns 405..
# May 19th 2017, 16:55 tiagoab If I do an PUT request to my action it returns HTTP status 400, but if I send Accept: application/json it returns 405.. why it happens?
# May 19th 2017, 16:50 cake-novice hi. https://pastebin.com/e6i6E4ty here is my code .. i am trying to get result from 3 tables which have foreign_key of each other.. so i am not getting last 3rd tabel data, Which is Template table
# May 19th 2017, 16:46 rudy1976s Hello I am trying to prepare a DB for a new installation of my app: I have created migration to create database tabel: does migrate allow to populate tables with data ?
# May 19th 2017, 16:38 joshuaso91 instead of echo $this->Form->control('roles', array ('disabled' => 'disabled'));
# May 19th 2017, 16:38 joshuaso91 nvm I figured it out. LOLx. Soz for the trouble. I used `echo $this->Form->control('roles', array ('readonly' => 'readonly'));`
# May 19th 2017, 16:33 joshuaso91 any idea how i can turn things around
# May 19th 2017, 16:32 joshuaso91 what i wanted to do is registering a new user before logging in. If it's not a Super admin or admin, then the roles field will be disabled or not be able to see so the default `Staff` value will be inserted into the database
# May 19th 2017, 16:31 joshuaso91 it won't let me submit the form because that error message is telling me the field is not allowed to be empty when it is not
# May 19th 2017, 16:29 joshuaso91 hey guys. I need some advice/help
# May 19th 2017, 16:17 swiffer got it! -> forgot to flush the cache on deployment
# May 19th 2017, 16:07 swiffer https://github.com/cakephp/cakephp/issues/10675
# May 19th 2017, 16:07 swiffer already opened an issue at github but don't know if it's the right place
# May 19th 2017, 16:06 swiffer same code is indeed working on another server
# May 19th 2017, 16:06 swiffer hey, currently cannot find a solution for a problem with ->save() method calling on a table with modified entity object; while getDirty() is showing two modified properties neither of them is saved (query log shows just the modified_at) beeing updated
# May 19th 2017, 15:33 benjmart I'm having trouble with a custom widget and templates. I am trying to figure out how to set attributes on the label (specifically, an id) within the form group template. I can't figure out where I need to add code to modify how the label is written. (I can't seem to do it from the widget, because the formGroup is rendered outside the widgetAnyone have any advice?