mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix error after publishing of a draft content (#6286)
This commit is contained in:
parent
7e391224f7
commit
b034c24fe7
@ -11,6 +11,7 @@ HumHub Changelog
|
||||
- Fix #6265: Broken HMTL in Visibility and Hidden Checkbox
|
||||
- Enh #6242: Submit button hidden when editing a comment having a long "code" line
|
||||
- Fix #6282: Hard delete content records on integrity check
|
||||
- Fix #6257: Fix error after publishing of a draft content
|
||||
|
||||
1.14.0 (April 20, 2023)
|
||||
-----------------------
|
||||
|
@ -328,7 +328,7 @@ humhub.module('stream.StreamEntry', function (module, require, $) {
|
||||
var that = this;
|
||||
this.loader();
|
||||
client.post(evt.url).then(function (data) {
|
||||
that.stream().init();
|
||||
that.reload();
|
||||
module.log.info(data.message, true);
|
||||
}).catch(function (e) {
|
||||
module.log.error(e, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user