Log message #4032504

# At Username Text
# May 25th 2017, 20:53 jeremyharris sure
# May 25th 2017, 20:53 meder_ debug of the $entity after patch?
# May 25th 2017, 20:52 jeremyharris you still haven’t given me the original entity
# May 25th 2017, 20:51 meder_ ah ok
# May 25th 2017, 20:51 jeremyharris the new entity test was just a test to see that it can create an entity from that table
# May 25th 2017, 20:49 meder_ doesnt seem to do it
# May 25th 2017, 20:49 meder_ let me dump patchedEntity sec
# May 25th 2017, 20:49 meder_ ok, i removed the id and in the foreach im doing $newAttachment = $this->Attachments->newEntity($attachment); where $attachment is ['file_id' => 922, [new] => true]
# May 25th 2017, 20:38 jeremyharris meder_ in the foreach one yeah
# May 25th 2017, 20:36 meder_ slackebot: in that for loop?
# May 25th 2017, 20:32 inoas See you! around
# May 25th 2017, 20:32 inoas today is holiday in germany but well... I got deadlines ;)
# May 25th 2017, 20:32 inoas hope you have a long weekend
# May 25th 2017, 20:32 WyriHaximus Thanks, ttyl
# May 25th 2017, 20:32 inoas enjoy
# May 25th 2017, 20:32 WyriHaximus No problem :D! Anyway I got to run, long day ahead of me tomorrow. Will ping you during/over the weekend to see how your progress is going :)
# May 25th 2017, 20:31 inoas I had the basic twig things going but that saved me a lot of time
# May 25th 2017, 20:31 inoas thank you so much to get me started/fueld and not having to reinvent everything
# May 25th 2017, 20:31 WyriHaximus inoas: yeah I know, but I don't have a lot of time for it now. Might be a month or two before I get to it. So glad to see you're figuring it out, and learning a lot in the process :)
# May 25th 2017, 20:30 meder_ ok sec
# May 25th 2017, 20:30 inoas then Twig can cache it as PHP
# May 25th 2017, 20:30 inoas so that you can write the string as a twig file
# May 25th 2017, 20:30 inoas it should probably also be able to take an identifier
# May 25th 2017, 20:30 inoas WyriHaximus: well that's what I am doing at the moment...
# May 25th 2017, 20:29 jeremyharris meder_ try running `$this->Attachments->newEntity($attachment)` on one of your attachments to see what it produces
# May 25th 2017, 20:29 WyriHaximus Using twig templates instead of PHP templates in all my projects. I'm also looking into making a filter or a function that takes a string and renders a twig template.
# May 25th 2017, 20:29 jeremyharris this tells me that you have no Result entity (which is okay, it uses the default) and it is not patching the attachments array into entities https://gist.github.com/anonymous/70f9f90f2830ecf9614cc4f2a3cf6f28#file-entities-php-L14
# May 25th 2017, 20:28 jeremyharris also remove result_id, that should be automatically set on save
# May 25th 2017, 20:28 meder_ ok
# May 25th 2017, 20:28 jeremyharris for one
# May 25th 2017, 20:28 jeremyharris remove the id
# May 25th 2017, 20:27 meder_ sorry
# May 25th 2017, 20:27 meder_ lot of file upload stuff there, but i think the issue is the id is blank as you said
# May 25th 2017, 20:27 jeremyharris yeah I’m just getting confused by the differences
# May 25th 2017, 20:27 meder_ i know it's recommended to paste the real code but honestly there was a crap ton of stuff i had to chop off.
# May 25th 2017, 20:27 meder_ yes
# May 25th 2017, 20:27 jeremyharris meder_ your Attachments table is in a plugin called Results, right?
# May 25th 2017, 20:27 inoas but we cannot allow the "design agencies" that work with us to get access to the source code in any way... and we need revisions and translation, so we do it through the database
# May 25th 2017, 20:26 inoas do you actually use TwigView to write twig template files instead of php ones within projects? cause it looked to me like that was its golden use case
# May 25th 2017, 20:25 jeremyharris meder_ $attachments contains keys that your gist doesn’t even set
# May 25th 2017, 20:25 inoas plugin_type_uuid_revision-uuid.twig