]> source.dussan.org Git - nextcloud-server.git/commit
Rename parameter in OCP.Toast for consistency with OC.Notification 16369/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 12 Jul 2019 06:43:12 +0000 (08:43 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 12 Jul 2019 14:15:05 +0000 (16:15 +0200)
commit916c95758f5fa40ba465f4a15ffde6b15ea29c65
tree491572533a8cff84edd6078abb73276972afe595
parentc193c0d46670fdda79f74523eb0f616175dd513b
Rename parameter in OCP.Toast for consistency with OC.Notification

This fixes HTML messages in "OC.Notification.showTemporary" (as
"showHtml" was not set based on "isHTML"), and also makes OCP.Toast to
keep the old OC.Notification API when used directly.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
core/js/dist/login.js
core/js/dist/login.js.map
core/js/dist/main.js
core/js/dist/main.js.map
core/js/dist/maintenance.js
core/js/dist/maintenance.js.map
core/js/tests/specs/coreSpec.js
core/src/OC/notification.js
core/src/OCP/toast.js