Log message #4055892

# At Username Text
# Jul 23rd 2017, 11:10 iqbalchannar796 https://gist.github.com/anonymous/3ab454ae1a57a470a655fec1d511cd8a
# Jul 23rd 2017, 11:10 iqbalchannar796 edit function
# Jul 23rd 2017, 11:09 chris-andre I believe line 154 might trigger that error. Line 209 should already do what you want.
# Jul 23rd 2017, 11:04 iqbalchannar796 https://gist.github.com/anonymous/a9c7cb98d0003b7f113fe9890de663a3
# Jul 23rd 2017, 11:01 chris-andre validation and buildRules method
# Jul 23rd 2017, 11:01 iqbalchannar796 let me share with you
# Jul 23rd 2017, 11:01 chris-andre Could you gist UsersTable?
# Jul 23rd 2017, 10:59 iqbalchannar796 yes
# Jul 23rd 2017, 10:58 chris-andre Allright. When you updates your userprofile without editing username, you get error on existing username?
# Jul 23rd 2017, 10:51 iqbalchannar796 i am using patchEntity() with associated relation
# Jul 23rd 2017, 10:50 iqbalchannar796 when i try tu update user record the message came, already existed, how can i handle it when updating user record @chris-andre
# Jul 23rd 2017, 10:46 chris-andre @iqbalchannar796 Sounds like a very common approach: patchEntity() ?
# Jul 23rd 2017, 10:41 iqbalchannar796 how to validate user model on updating username ???????????????
# Jul 23rd 2017, 10:19 chris-andre Shouldn't your className be plural?
# Jul 23rd 2017, 10:19 chris-andre Oh, allright. Wrong guess then.
# Jul 23rd 2017, 10:16 tokam which makes it hard for me to rename my association :(
# Jul 23rd 2017, 10:16 tokam 'owner_name' => 'SELECT name FROM project_owners WHERE project_owners.id = ProjectPage.project_owner_id',
# Jul 23rd 2017, 10:15 tokam the issue is, that the ProjectPage has a virtual field....
# Jul 23rd 2017, 10:14 tokam they are assoiciated with two tables
# Jul 23rd 2017, 10:14 tokam no
# Jul 23rd 2017, 10:14 chris-andre @tokam Capephp 2? Anyway, are all three associations associated with Projects table? Then className should be 'Projects'
# Jul 23rd 2017, 10:01 tokam (datatable name)
# Jul 23rd 2017, 10:00 tokam the current pasted mapping leads to an error, because cake php tries to use my alias name as a database name
# Jul 23rd 2017, 10:00 tokam how must my mapping look like?
# Jul 23rd 2017, 10:00 tokam I like to use the aliases: ProjectPreviewPage and ProjectInvestmentPage
# Jul 23rd 2017, 10:00 tokam the table I am referring to is named project_page
# Jul 23rd 2017, 10:00 tokam https://paste.ubuntu.com/25152893/
# Jul 23rd 2017, 10:00 tokam I like to have one entity have two associations to an other table...
# Jul 23rd 2017, 10:00 tokam Hello
# Jul 23rd 2017, 08:59 theskillwithin https://youtu.be/evYxx8qjZFs
# Jul 23rd 2017, 08:29 birdy247 using i18n
# Jul 23rd 2017, 08:29 birdy247 2018-09-07T08:00:00.000Z
# Jul 23rd 2017, 08:29 birdy247 Anyone know of a nifty way to format a dattime like this
# Jul 23rd 2017, 08:01 saeideng morning
# Jul 23rd 2017, 07:27 birdy247 morning
# Jul 23rd 2017, 01:03 royalty https://gist.github.com/Modicrumb/6917d9aca6821f4c3cae9be3f5a6fec7
# Jul 23rd 2017, 01:03 royalty having a small problem with cake validation, just not sure how to validate an empty field of a related model
# Jul 23rd 2017, 01:02 royalty hello
# Jul 22nd 2017, 22:51 itamer answering my own questions, hopefully, the tutorial has the function still in Table. Just need to check up on the variables.
# Jul 22nd 2017, 22:48 slackebot membership record would have a function calculating when it ended and could be called when you create a person + membership or when you just created the membership. That info doesn't seem to belong in a Table but doesn't seem to belong in Entity either. Have I missed something?
# Jul 22nd 2017, 22:48 itamer v3 newbie question In earlier versions I could load up the model with dropdown lists and functions that could then be called by any controller that had access to the model which meant I could ensure that the same logic was being used throughout the website. We don't use salutations for a person, but lets say we did, it would mean that any controller that might use a person could be sure of having the right list of possible salutations. Or