Results 31 comments of Szymon Kłos

@Rimuruweeb hi, here is function which setups the "following" of a user: https://github.com/CollaboraOnline/online/blob/master/browser/src/map/Map.js#L1803

> * something like `{name: _('ODF Drawing (.odg)'), id: 'downloadas-odg', type: 'action', text: false, spreadsheet: false, presentation: false}` yes, we can do this. We just need to add something in...

I prepared a patch for it (in LO core): https://gerrit.libreoffice.org/c/core/+/124966 Needs some testing.

decided to merge it to the master first so we do more testing: https://gerrit.libreoffice.org/c/core/+/135059

it was intentional: https://github.com/CollaboraOnline/online/commit/1aed5dd commit said it was not supported/not working

@Rimuruweeb hi, you need a ChangeId in your commit message, after you did a setup mentioned by @pedropintosilva , please do `git commit --amend` so it will add ChangeId

> Hello, is this PR fine now? Can we rebase and review again? Looks like a good improvement :) No, it uses incorrect values currently.

Issue fixed with other commit.

I managed to reproduce trash from jsdialog for all the views (`jsdialog: { "jsontype": "notebookbar", "action": "update", "id": 0, "control": { "id": "FontNameBox", ...`) we saw on the call. Somehow...

JSDialog messages reduction: core https://gerrit.libreoffice.org/c/core/+/163261 online https://github.com/CollaboraOnline/online/pull/8259 (message in `set_sensitive` converted from widget update to simple `enable` / `disable` action, already handled in online)