We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b9c292 + fb42231 commit 3271ef0Copy full SHA for 3271ef0
administrator/components/com_installer/src/View/Updatesite/HtmlView.php
@@ -113,14 +113,8 @@ protected function addToolbar(): void
113
114
// Can't save the record if it's checked out and editable
115
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
- );
+ $toolbar->apply('updatesite.apply');
+ $toolbar->save('updatesite.save');
124
}
125
126
$toolbar->cancel('updatesite.cancel');
0 commit comments