- Status changed to Needs work
over 1 year ago 5:11pm 31 March 2023 - 🇺🇸United States smustgrave
The title sounds more like a bug then a support request.
There is no issue summary so that should be added.
This will need steps to reproduce
Test cases - First commit to issue fork.
- @rpayanm opened merge request.
- last update
over 1 year ago 29,397 pass - Status changed to Needs review
over 1 year ago 6:05am 24 May 2023 - last update
over 1 year ago 29,387 pass, 2 fail - last update
over 1 year ago 29,395 pass - 🇮🇳India ranjith_kumar_k_u Kerala
Added tests please review
User interface changes
do we need any meaningful text here instead of "/"?
or empty? The last submitted patch, 15: 3167126-15-test-only.patch, failed testing. View results →
- Status changed to Needs work
over 1 year ago 4:11pm 31 May 2023 - 🇺🇸United States smustgrave
Think it should have some default if no user exists.
Not sure if it's possible to know previous user. Or if some other text should work but just "/" is confusing.
- Status changed to Needs review
over 1 year ago 11:55am 1 June 2023 - last update
over 1 year ago 29,402 pass - 🇮🇳India ranjith_kumar_k_u Kerala
Added text "User not found" instead of "/" and also updated the tests.
- last update
over 1 year ago 29,400 pass - Status changed to RTBC
over 1 year ago 5:49pm 1 June 2023 - last update
over 1 year ago 29,411 pass - last update
over 1 year ago 29,416 pass - last update
over 1 year ago 29,428 pass - last update
over 1 year ago 29,436 pass - last update
over 1 year ago 29,437 pass - last update
over 1 year ago Build Successful - last update
over 1 year ago 29,450 pass - last update
over 1 year ago 29,499 pass - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 29,508 pass - last update
over 1 year ago 29,553 pass - last update
over 1 year ago 29,553 pass 19:01 14:46 Running- last update
over 1 year ago 29,567 pass - last update
over 1 year ago 29,571 pass - last update
over 1 year ago 29,801 pass - last update
over 1 year ago 29,801 pass - last update
over 1 year ago 29,802 pass - last update
over 1 year ago 29,804 pass - last update
over 1 year ago 29,811 pass - last update
over 1 year ago 29,814 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,825 pass, 2 fail The last submitted patch, 18: 3167126-18.patch, failed testing. View results →
- last update
over 1 year ago 29,877 pass - last update
over 1 year ago 29,872 pass, 1 fail - Status changed to Needs work
over 1 year ago 3:27pm 24 July 2023 - 🇷🇴Romania amateescu
The common way to display information that is not known is the string
N/A
(stands for not available), let's use that here as well.+++ b/core/modules/workspaces/src/WorkspaceListBuilder.php @@ -121,7 +129,7 @@ public function buildRow(EntityInterface $entity) { + 'owner' => $displayName,
The whole patch could be shortened to:
'owner' => ($owner = $entity->getOwner()) ? $owner->getDisplayName() : $this->t('N/A'),
- 🇷🇴Romania amateescu
amateescu → changed the visibility of the branch 3167126-10.1.x to hidden.
- Status changed to Needs review
9 months ago 11:46am 8 March 2024 - Status changed to RTBC
9 months ago 3:20pm 8 March 2024 - 🇺🇸United States smustgrave
Cleaned up patches as fix is in MR.
Test-only was already ran
1) Drupal\Tests\workspaces\Functional\WorkspaceTest::testWorkspaceList Behat\Mink\Exception\ResponseTextException: The text "Summer event" was not found anywhere in the text of the current page. /builds/issue/drupal-3167126/vendor/behat/mink/src/WebAssert.php:907 /builds/issue/drupal-3167126/vendor/behat/mink/src/WebAssert.php:293 /builds/issue/drupal-3167126/core/tests/Drupal/Tests/WebAssert.php:956 /builds/issue/drupal-3167126/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php:309 /builds/issue/drupal-3167126/vendor/phpunit/phpunit/src/Framework/TestResult.php:728 ERRORS! Tests: 9, Assertions: 162, Errors: 1.
Main parts of issue summary is there.
Fix came from sub-maintainer so can assume fix is approved.
LGTM!
- 🇬🇧United Kingdom longwave UK
Backported to 10.2.x as an eligible bug fix. The "N/A" string is already used in core so no translation issues.
Committed and pushed 0aaa9b8d49 to 11.x and a69343b5b5 to 10.3.x and 099a9c2139 to 10.2.x. Thanks!
-
longwave →
committed 099a9c21 on 10.2.x
Issue #3167126 by ranjith_kumar_k_u, rpayanm, amateescu, mheip, CedricL...
-
longwave →
committed 099a9c21 on 10.2.x
-
longwave →
committed a69343b5 on 10.3.x
Issue #3167126 by ranjith_kumar_k_u, rpayanm, amateescu, mheip, CedricL...
-
longwave →
committed a69343b5 on 10.3.x
- Status changed to Fixed
9 months ago 5:14pm 11 March 2024 -
longwave →
committed 0aaa9b8d on 11.x
Issue #3167126 by ranjith_kumar_k_u, rpayanm, amateescu, mheip, CedricL...
-
longwave →
committed 0aaa9b8d on 11.x
Automatically closed - issue fixed for 2 weeks with no activity.