stream no sticky
This commit is contained in:
@@ -75,7 +75,7 @@ class LayoutBottomPanelsDetail extends LayoutSidePanelsDetailView {
|
||||
|
||||
params['stream'] = {
|
||||
name: 'stream',
|
||||
sticked: true,
|
||||
sticked: false,
|
||||
index: 2,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user