Skip to content

Commit 67fa7f8

Browse files
authored
[5.3] Admin: Contact view does not load with a large user base (#44600)
1 parent d5d0c84 commit 67fa7f8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

administrator/components/com_contact/tmpl/contacts/default_batch_body.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<?php echo LayoutHelper::render('joomla.html.batch.tag', []); ?>
4949
</div>
5050
</div>
51-
<div class="form-group col-md-6">
52-
<div class="controls">
53-
<?php echo LayoutHelper::render('joomla.html.batch.user', ['noUser' => $noUser]); ?>
54-
</div>
55-
</div>
5651
</div>
5752
</div>
5853
<div class="btn-toolbar p-3">

administrator/language/en-GB/com_contact.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ COM_CONTACT_XML_DESCRIPTION="This component shows a listing of contact informati
196196
JGLOBAL_FIELDSET_DISPLAY_LINK_OPTIONS="Link options"
197197
JGLOBAL_FIELDSET_MISCELLANEOUS="Miscellaneous Information"
198198
JGLOBAL_NEWITEMSLAST_DESC="New Contacts default to the last position. Ordering can be changed after this Contact is saved."
199+
; Deprecated, will be removed with 7.0
199200
JLIB_HTML_BATCH_USER_LABEL="Set Linked User"
200201

201202
JLIB_RULES_SETTING_NOTES_COM_CONTACT="Changes apply to this component only.<br><em><strong>Inherited</strong></em> - a Global Configuration setting or higher level setting is applied.<br><em><strong>Denied</strong></em> always wins - whatever is set at the Global or higher level and applies to all child elements.<br><em><strong>Allowed</strong></em> will enable the action for this component unless overruled by a Global Configuration setting." ; Alternate language strings for the rules form field

layouts/joomla/html/batch/user.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*
77
* @copyright (C) 2015 Open Source Matters, Inc. <https://www.joomla.org>
88
* @license GNU General Public License version 2 or later; see LICENSE.txt
9+
*
10+
* @deprecated 5.3 without replacement will be removed in 7.0
911
*/
1012

1113
defined('_JEXEC') or die;

0 commit comments

Comments
 (0)