• Kyle Keating's avatar
    Allow `group` to be passed to the merged config · da4d67b5
    Kyle Keating authored
    When the host config value for `requestConfigFromFrame` is an object containing a string and a number, it is assumed that the remaining host config is be fetched from the parent frame via RPC. In this context, any other values passed along via the iframe URL hash are ignored. One such value is the `group` which is used by the notebook to focus a group and filter only to that groups annotations.
    
    This changes the method that merges the configs to allow that `group` value to be taken from the iframe's url and incorporated into the final merged config so that the notebook can set that value in its own store.
    da4d67b5
Name
Last commit
Last update
..
test Loading commit data...
fetch-config.js Loading commit data...
get-api-url.js Loading commit data...
host-config.js Loading commit data...
service-config.js Loading commit data...