Merge branch 'MDL-64703-master' of git://github.com/bmbrands/moodle
authorAdrian Greeve <abgreeve@gmail.com>
Thu, 18 Apr 2019 01:10:52 +0000 (09:10 +0800)
committerAdrian Greeve <abgreeve@gmail.com>
Thu, 18 Apr 2019 01:12:43 +0000 (09:12 +0800)
1  2 
message/amd/src/message_drawer_view_overview_section.js
message/classes/helper.php
theme/boost/style/moodle.css
theme/classic/style/moodle.css

@@@ -658,8 -659,10 +659,10 @@@ function
       * @param {bool} includeFavourites If this section includes favourites
       * @param {Object} totalCountPromise Resolves wth the total conversations count
       * @param {Object} unreadCountPromise Resolves wth the unread conversations count
 -     * @param {bool} overview shown in message app panel.
++     * @param {bool} fromPanel shown in message app panel.
       */
-     var show = function(namespace, header, body, footer, type, includeFavourites, totalCountPromise, unreadCountPromise) {
+     var show = function(namespace, header, body, footer, type, includeFavourites, totalCountPromise, unreadCountPromise,
+         fromPanel) {
          var root = $(body);
  
          if (!root.attr('data-init')) {
Simple merge
Simple merge
Simple merge