stream no sticky

This commit is contained in:
Yuri Kuznetsov
2024-12-05 22:32:22 +02:00
parent 1ad2607985
commit 2bb551bdd9
3 changed files with 3 additions and 3 deletions
@@ -75,7 +75,7 @@ class LayoutBottomPanelsDetail extends LayoutSidePanelsDetailView {
params['stream'] = {
name: 'stream',
sticked: true,
sticked: false,
index: 2,
};
}
+1 -1
View File
@@ -92,7 +92,7 @@ class DetailBottomRecordView extends PanelsContainerRecordView {
name: 'stream',
label: 'Stream',
view: this.getMetadata().get(['clientDefs', this.scope, 'streamPanelView']) || 'views/stream/panel',
sticked: true,
sticked: false,
hidden: !streamAllowed,
index: 2,
});
@@ -53,7 +53,7 @@ class UserDetailBottomRecordView extends DetailBottomRecordView {
"name": "stream",
"label": "Stream",
"view": "views/user/record/panels/stream",
"sticked": true,
"sticked": false,
"hidden": !streamAllowed,
});