Log message #4046108

# At Username Text
# Jun 29th 2017, 06:36 savant all good now!
# Jun 29th 2017, 06:36 savant :(
# Jun 29th 2017, 06:36 savant also missing the flash message rendering
# Jun 29th 2017, 06:36 savant turns out they were using the wrong username to login is all
# Jun 29th 2017, 06:32 savant woops didnt realize i was in the wrong window
# Jun 29th 2017, 06:28 savant save that file
# Jun 29th 2017, 06:27 savant the connection froze for me
# Jun 29th 2017, 06:27 savant what is your computer doing
# Jun 29th 2017, 06:22 savant go to your logs directory
# Jun 29th 2017, 06:22 savant okay
# Jun 29th 2017, 06:21 savant open up the webkit inspector
# Jun 29th 2017, 06:19 Sebollson i am wondering
# Jun 29th 2017, 06:19 Sebollson hmm
# Jun 29th 2017, 06:18 Sebollson right now ill move to beforeSave and lets hope nothing will break ;)
# Jun 29th 2017, 06:18 Sebollson okay issue is up there lets see what markstory will say
# Jun 29th 2017, 06:14 savant so not too sure
# Jun 29th 2017, 06:14 savant i wasnt involved in the ORM creation
# Jun 29th 2017, 06:14 Sebollson but implementation drove away :)
# Jun 29th 2017, 06:14 savant yeah maybe
# Jun 29th 2017, 06:14 Sebollson maybe by design it was that way
# Jun 29th 2017, 06:14 Sebollson where I am expliclity said that it is commited and i cannot rollback
# Jun 29th 2017, 06:14 savant yeah
# Jun 29th 2017, 06:13 Sebollson expecially that there is afterSaveCommit anyway
# Jun 29th 2017, 06:13 Sebollson it would seem right to rollback transaction afterSave
# Jun 29th 2017, 06:12 savant since both the model method and the behavior calls will be triggered by the same code
# Jun 29th 2017, 06:12 savant I’d do it there
# Jun 29th 2017, 06:12 savant sure
# Jun 29th 2017, 06:12 Sebollson audits*
# Jun 29th 2017, 06:12 Sebollson but as a remedy for now, i should save my adutis in beforeSave am I correct ?
# Jun 29th 2017, 06:12 savant it also wont rollback
# Jun 29th 2017, 06:12 savant well if you return false from a Model aftersave
# Jun 29th 2017, 06:12 Sebollson :)
# Jun 29th 2017, 06:12 Sebollson thats what i would like to be able to do
# Jun 29th 2017, 06:12 savant if a behavior aftersave returns false
# Jun 29th 2017, 06:11 Sebollson ill submit an issue, probably it will get rejected but who cares, not the first rejected issue from me ;P:P
# Jun 29th 2017, 06:11 savant seems like we can def at least rollback transactions
# Jun 29th 2017, 06:11 savant yeah I would file an issue
# Jun 29th 2017, 06:11 Sebollson but afterSave does not work like I am expecting they would
# Jun 29th 2017, 06:11 savant yes they should
# Jun 29th 2017, 06:11 Sebollson so in general as I understand correctly indeed events in behavior works the same as hooks in table
# Jun 29th 2017, 06:10 Sebollson yes i think that I will