Maarten Segers
Maarten Segers
This issue is in rtbc: https://www.drupal.org/project/drupal/issues/2936365 It will allow modules to declare their migration status. Perhaps we can add the migration status as documented on this (draft) change record: https://www.drupal.org/node/2929443
> The current test failures (8.7.x and code standards) are because the base branch is failing tests: https://travis-ci.org/Gizra/og/builds/520636206 Fixed tests in https://github.com/Gizra/og/pull/471
> I think that the the PR can be reviewed as a big chunk of the work now. But anything else should be addressed as follow-ups. Particularly og_access_post, multilingual testing...
#471 is green, needs a rebase.
Note that @pfrenssen already chose option 2 in https://github.com/Gizra/og/pull/473#issuecomment-485425354
Dear Peter, you may want to have a look at #240 first. It contains references to a number of features that you may need. > drush en -> site crashes...
Hi @drupalninja, could you provide some more information? In the argument it's possible to configure the behavior when there are no results, this might trigger the 404?
@pfrenssen, we should pursue this one. The list builder in #231 is just the one from core: ` * "list_builder" = "Drupal\Core\Entity\EntityListBuilder",`
@zerolab have you tested this with config_translation enabled? After applying this patch on a Drupal 8.5 and reinstalling the site from config, the following error occurs: ``` Call to a...
@zerolab the OgRole entity is defined in 'og' but it contains links to routes defined by 'og_ui': ``` * links = { * "add-form" = "/admin/config/group/roles/{entity_type_id}/{bundle_id}/add", * "edit-form" = "/admin/config/group/role/{og_role}/edit",...