Paul Esch-Laurent

Results 73 comments of Paul Esch-Laurent

I'll close this in favor of #3458 as it's a dupe.

I now see `handleUnhideBoard` which seems to be work if you have a direct link to a board? It would be nice to have an alternative method so I can't...

I noticed this while trying to repro #3530. @wuwinson do you know if this behavior is intended?

Yeah, I was thinking the same thing—the `(Default Board)` i18n happens on the frontend and the search query happens on the backend.

Having a hard time consistently reproducing this locally. It happens when switching between boards on different teams, but only _sometimes_. It doesn't appear to be related to if you select...

Community clone doesn't have Boards plugin anymore (maybe due to the 7.2 deployment/migration that just happened in the last day)—able to repro more or less consistently on community.mattermost.com.

OK, narrowed it down more. On community.mattermost.com: Browsing Focalboard Q&A board on Contributors, open switcher & search `focal` and select the first result which is Focalboard OKRs on Staff team....

@harshilsharma63 took me a while but I tracked it down to the plugin: https://github.com/mattermost/focalboard/blob/683682a08677ca574e085a44484b0c8d4233c2b7/mattermost-plugin/webapp/src/index.tsx#L243 I haven't had a chance to dig into it to a better or more appropriate way...

Here's the current patch we're working with. ```patch diff --git a/mattermost-plugin/webapp/src/index.tsx b/mattermost-plugin/webapp/src/index.tsx index 92843ffa..74d806c8 100644 --- a/mattermost-plugin/webapp/src/index.tsx +++ b/mattermost-plugin/webapp/src/index.tsx @@ -241,7 +241,9 @@ export default class Plugin { const currentTeamID...