07483033c1
`params` in the `OC.generateUrl` function call only replaces all specified occurences of a key just like the l10n PHP functionality does.
This means that to build a query string we have to use `OC.buildQueryString` instead of the params parameters.
Fixes https://github.com/owncloud/core/issues/16336 which is a regression introduced with
|
||
---|---|---|
.. | ||
encryption | ||
files | ||
files_external | ||
files_sharing | ||
files_trashbin | ||
files_versions | ||
provisioning_api | ||
user_ldap | ||
user_webdavauth |