mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix #3422 Stream suppressed loading logic loads unnecessary stream entries
This commit is contained in:
parent
2f0e425b43
commit
e8378f79da
@ -12,6 +12,7 @@ HumHub Change Log
|
||||
- Fix: Check SoftDeleted user state in ControllerAccess
|
||||
- Fix: Removed database charset configuration in dynamic config
|
||||
- Fix: User soft deletion membership cache overwrite
|
||||
- Fix #3422 Stream suppressed loading logic loads unnecessary stream entries
|
||||
|
||||
|
||||
1.3.8 (December 10, 2018)
|
||||
|
@ -111,7 +111,7 @@ humhub.module('stream.StreamRequest', function (module, require, $) {
|
||||
}
|
||||
|
||||
data[this.buildRequestDataKey('contentId')] = this.contentId;
|
||||
data[this.buildRequestDataKey('suppressionOnly')] = this.suppressionsOnly;
|
||||
data[this.buildRequestDataKey('suppressionsOnly')] = this.suppressionsOnly;
|
||||
|
||||
if(this.options.data) {
|
||||
$.each(this.options.data, function(key, value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user