Miguel de la Cruz
Miguel de la Cruz
Reading through the `migrateTeamLessBoards` data migration source, turns out we're not checking that the teams we're assigning the boards to are not archived, so chances are that both Katie and...
Reopening the issue as we need to fix it in Community, where the faulty migration has already run
This was an intentional side effect of server-side UUIDs. Now when importing a board all IDs are replaced by new ones on the server, hence duplicating all blocks
@wuwinson @justinegeffen I prepared [this document](https://docs.google.com/document/d/1hKQV6QfXSJ6LznvKxoENvU1Z21ulaZ09b-h8N1caS64/edit#) following the Server Team's guidelines for migration changes. We should add it to the Release Notes for admins to check before migrating. Please let...
Templates were supposed to be migrated in a data migration, as we needed to duplicate them for every team that exists, and then removed in the SQL migration. At some...
@akshaychhajed can you please take a look at the test that is failing in the CI? ``` --- FAIL: TestMmctlE2ESuite/TestPluginDisableCmd (5.04s) plugin_e2e_test.go:156: Error Trace: plugin_e2e_test.go:156 plugin_e2e_test.go:27 Error: Expected nil, but...
@isacikgoz PTAL :smile:
Thanks for the report @tuqueque! This was fixed in `v7.3` through https://github.com/mattermost/focalboard/pull/3858
I cannot reproduce on current `main` nor on the `v7.3` release branch, it's most probably related to https://github.com/mattermost/focalboard/issues/3788 as @AuspeXeu indicated
@Kshitij-Katiyar could you please add some tests on the endpoints?