Skip to content

Commit 3271ef0

Browse files
authored
Merge pull request #46345 from bembelimen/6.1/download-key-toolbar
[6.1] Remove dropdown and split save in updatesite view
2 parents 6b9c292 + fb42231 commit 3271ef0

File tree

1 file changed

+2
-8
lines changed
  • administrator/components/com_installer/src/View/Updatesite

1 file changed

+2
-8
lines changed

administrator/components/com_installer/src/View/Updatesite/HtmlView.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,8 @@ protected function addToolbar(): void
113113

114114
// Can't save the record if it's checked out and editable
115115
if (!$checkedOut && $itemEditable && $this->form->getField('extra_query')) {
116-
$saveGroup = $toolbar->dropdownButton('save-group');
117-
118-
$saveGroup->configure(
119-
function (Toolbar $childBar) {
120-
$childBar->apply('updatesite.apply');
121-
$childBar->save('updatesite.save');
122-
}
123-
);
116+
$toolbar->apply('updatesite.apply');
117+
$toolbar->save('updatesite.save');
124118
}
125119

126120
$toolbar->cancel('updatesite.cancel');

0 commit comments

Comments
 (0)