This PR allows to add parameters to workspaces. These parameters will be present in the contextManager (in the params object) as well as in the URL though query parameters (which allows to be able to reload / send the URL while maintaining the parameters).
They can also be specified in Wirecloud.changeActiveWorkspace through the options parameter, giving it a params attribute object.
Types of changes
What types of changes does your code introduce to the project: Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
merging your code.
coverage: 90.272%. first build
when pulling aa132cf32ce281731ec464f13142aa97f3d8d405 on oxixes:workspace-params
into 247b90061a4f9bfecd7f2862cb6361bf517add24 on Wirecloud:develop.
Proposed changes
This PR allows to add parameters to workspaces. These parameters will be present in the
contextManager
(in theparams
object) as well as in the URL though query parameters (which allows to be able to reload / send the URL while maintaining the parameters).They can also be specified in
Wirecloud.changeActiveWorkspace
through theoptions
parameter, giving it aparams
attribute object.Types of changes
What types of changes does your code introduce to the project: Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
None