-
Posts
1,348 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
KT Walrus's post in New push notifications don’t link to notification.topic was marked as the answer
Found this thread on the topic. One developer posted a work-around by using event.notification.tag in the notification click handler.
https://developer.apple.com/forums/thread/726793
-
KT Walrus's post in Theme Issue: Recommended Comment collapses badly was marked as the answer
I just installed 4.6.11 and this has been fixed. I was running 4.6.9.
-
KT Walrus's post in Can ActiveRecords handle multi-column $databaseColumnId? was marked as the answer
I decided to just add an extra 'id' column (auto-increment, unique index). This is unneeded except that the System Classes seem to all expect primary keys and secondary unique indexes to be single-columns.
-
KT Walrus's post in How to use getItemsWithPermission() with extra joins? was marked as the answer
I found the answer. All query data is available in the Item's constructFromData() function.