Skip to content

Commit 5cc53be

Browse files
Merge pull request #37485 from nextcloud/fix/36916-The_list_of_contacts_represents_a_list,_but_it_was_not_marked_as_such-stable26
[stable26] Change contactsmenu structure to a list
2 parents d5360c8 + 1ad362a commit 5cc53be

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

core/src/OC/contactsmenu.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ const ContactsListView = View.extend({
7878
/** @type {array} */
7979
_subViews: [],
8080

81+
/** @type {string} */
82+
tagName: 'ul',
83+
8184
/**
8285
* @param {object} options
8386
* @returns {undefined}
@@ -129,6 +132,9 @@ const ContactsListItemView = View.extend({
129132
/** @type {string} */
130133
className: 'contact',
131134

135+
/** @type {string} */
136+
tagName: 'li',
137+
132138
/** @type {undefined|function} */
133139
_template: undefined,
134140

dist/core-login.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-login.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)