We installed Brooklyn in a sandbox we are working with and have noticed a couple of peculiarities when it comes to page includes.
1. Inline Javascript in our page includes doesn’t appear to be functioning anymore. However we were able to run the script in question from a button press. Has anymore else in the community experienced this?
2. Passing query strings to page includes has also presented some problems.
a) Date fields don’t appear to be making the trip from parent page to page include anymore.
b) Originally when passing URL parameters in query strings to page includes, referencing a lookup field through the Skuid merge syntax would provide the Id of the relevant record to the page include, now it appears to pass the name
Eg. Passing {{$Model.Opportunity.data.0.Pricebook2}} now provides “Standard Price Book” instead of the 15 digit Id. We are now having to provide {{$Model.Opportunity.data.0.Pricebook2.Id}} to get the same functionality.
Is this a bug or a deliberate change? A lot of our existing builds rely on the former convention holding true.
That said, we love Brooklyn. Thanks for all the updates team!
Question
Issues with page includes in Brooklyn

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.