Log message #3940929

# At Username Text
# Sep 30th 2016, 14:48 Neon1024 Sorry I canâ??t be more help, on a bit of a deadline today
# Sep 30th 2016, 14:45 Neon1024 Iâ??d have left the behaviour alone and bound a listener to the event myself
# Sep 30th 2016, 14:44 Neon1024 Both table classes.
# Sep 30th 2016, 14:44 birdy247 in the table class
# Sep 30th 2016, 14:44 birdy247 :slightly_smiling_face:
# Sep 30th 2016, 14:44 birdy247 instead, I have my own
# Sep 30th 2016, 14:44 Neon1024 ACTION jumps in the sea
# Sep 30th 2016, 14:44 Neon1024 Then Iâ??m lost
# Sep 30th 2016, 14:44 birdy247 I have configured it so it doesnt
# Sep 30th 2016, 14:44 Neon1024 So youâ??ve diabled that functionality, and then say that it doesnâ??t work
# Sep 30th 2016, 14:44 Neon1024 The behaviour uses beforeDelete to trash items
# Sep 30th 2016, 14:44 birdy247 because I have disabled the beforeDelete
# Sep 30th 2016, 14:43 birdy247 is that what you mean?
# Sep 30th 2016, 14:43 birdy247 $event->stopPropogation()
# Sep 30th 2016, 14:42 Neon1024 Thatâ??s like saying you canâ??t drive your car because youâ??ve taken the wheels off
# Sep 30th 2016, 14:42 Neon1024 If youâ??ve removed the event if uses, then no, it won't
# Sep 30th 2016, 14:42 birdy247 when using this behaviour
# Sep 30th 2016, 14:42 birdy247 but what doesnt seems to happen is the cascadeCallbacks
# Sep 30th 2016, 14:42 birdy247 I have achieved that no probs
# Sep 30th 2016, 14:42 birdy247 Ah
# Sep 30th 2016, 14:41 Neon1024 Then I guess just roll your own
# Sep 30th 2016, 14:41 Neon1024 Just configure it to not use the beforeDdelete event
# Sep 30th 2016, 14:41 Neon1024 Answer is right there in the behaviour
# Sep 30th 2016, 14:41 Neon1024 There you go
# Sep 30th 2016, 14:41 Neon1024 https://github.com/UseMuffin/Trash/blob/master/src/Model/Behavior/TrashBehavior.php#L33-L40
# Sep 30th 2016, 14:41 Neon1024 Hah
# Sep 30th 2016, 14:40 Neon1024 Might be time for you to PR the plugin!
# Sep 30th 2016, 14:40 Neon1024 Yeah, not too sure, Iâ??d probably try those two things and see which thing worked, if it was me doing it personally
# Sep 30th 2016, 14:39 Neon1024 Or perhaps bind an event listener with a higher priority?
# Sep 30th 2016, 14:39 Neon1024 Perhaps setup your own callback method inside the table class?
# Sep 30th 2016, 14:39 Neon1024 Not too sure
# Sep 30th 2016, 14:39 birdy247 And this is my before delete
# Sep 30th 2016, 14:39 Neon1024 Er
# Sep 30th 2016, 14:38 birdy247 I set it up as per the docs
# Sep 30th 2016, 14:38 birdy247 How do I run my own beforeDelete?
# Sep 30th 2016, 14:37 birdy247 Neon1024
# Sep 30th 2016, 14:36 Neon1024 I donâ??t own it, itâ??s the communities code :D
# Sep 30th 2016, 14:36 Neon1024 No, not â??myâ?? code, â??theâ?? code
# Sep 30th 2016, 14:36 Neon1024 Not sure my code is clever enough to trash stuff it doesnâ??t know about :p
# Sep 30th 2016, 14:35 Neon1024 https://github.com/UseMuffin/Trash/pull/12/files#diff-142591c35e3af31a6932558fbff20f26R325
# Sep 30th 2016, 14:35 birdy247 oh no