mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge upstream/master
* commit '56667112d7': Update ChangeLog. Minicard labels on the top and title on bottom. Update translations. Update translations. Add translations for Notification drawer like Trello. Add translations for Board Settings / Allow Rename Board/Swimlane/Card. Update ChangeLog. Fix start-wekan.sh MongoDB port to 27017. v3.87 Update translations. Update ChangeLog. Improvements on card details visualization. Update ChangeLog. Move "Rules" from "Board View" to "Board Settings". Update ChangeLog. Fix richer editor submit did not clear edit area. Update ChangeLog. Fix Browser always reload the whole page when I change one of the card color. Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](b9099a8b7e).
This commit is contained in:
commit
fcb1def355
73 changed files with 442 additions and 353 deletions
|
|
@ -33,13 +33,6 @@ BlazeComponent.extendComponent({
|
|||
cardId,
|
||||
});
|
||||
resetCommentInput(input);
|
||||
// With Richer editor is in use, and comment is submitted,
|
||||
// clear comment form with JQuery. Id #summernote is defined
|
||||
// at client/components/main/editor.jade where it previously was
|
||||
// id=id, now it is id="summernote".
|
||||
if (Meteor.settings.public.RICHER_CARD_COMMENT_EDITOR === 'true') {
|
||||
$('#summernote').summernote('code', '');
|
||||
}
|
||||
Tracker.flush();
|
||||
autosize.update(input);
|
||||
input.trigger('submitted');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue