feat: getMobileItems umbenennen in getMobileWritableItems

This commit is contained in:
Developer 02
2024-10-14 16:05:27 +02:00
parent 6440dd09d1
commit e528fa6409
2 changed files with 5 additions and 5 deletions

View File

@@ -56,8 +56,8 @@
if(!IS_READONLY)
toolbarItems = toolbarItems.concat(UI.getWritableItems(handler));
if(!IS_DESKTOP)
toolbarItems = toolbarItems.concat(UI.getMobileItems(handler));
if(!IS_DESKTOP && !IS_READONLY)
toolbarItems = toolbarItems.concat(UI.getMobileWritableItems(handler));
instance.setToolbarItems(toolbarItems)
}
@@ -91,7 +91,7 @@
];
}
static getMobileItems = function (callback) {
static getMobileWritableItems = function (callback) {
return [
{
type: 'custom',