Issue #3336994: StringFormatter always displays links to entity even if the user in context does not have access
1 unresolved thread
Merge request reports
Activity
added 753 commits
-
c18928d2...2dacc539 - 752 commits from branch
project:10.1.x
- a2284e47 - Merge branch '10.1.x' into 3336994-stringformatter-access-r2
-
c18928d2...2dacc539 - 752 commits from branch
added 120 commits
-
a2284e47...56cc4441 - 119 commits from branch
project:10.1.x
- 9548d8d5 - Merge branch '10.1.x' of git.drupal.org:project/drupal into 3336994-stringformatter-access-r2
-
a2284e47...56cc4441 - 119 commits from branch
added 2252 commits
- 9548d8d5...f8476223 - 2242 earlier commits
- 84a10e08 - Issue #3450253 by SandeepMahlawat, Gauravvvv, finnsky, SKAUGHT: Navigation:...
- 20a080c2 - Issue #3399956 by shashwat-tiwari, nod_, Gauravvvv, Meeni_Dhobale, ahsannazir,...
- d01e3e2d - Issue #3180696 by Spokje, Nikolay Shapovalov, adamzimmermann, quietone,...
- 9a6641de - Issue #3443576 by finnsky, mherchel, arunkumark, smustgrave, ckrina,...
- 822191f6 - 3336994 StringFormatter access
- f551770c - fix cs
- 58746b26 - fix test: needs table installed for access check
- 9cc84df7 - added combined coverage for both link template and access result
- ea707760 - cspell doesnt link this
- 70b7d5f7 - Fix cs again
Toggle commit list183 183 $this->drupalGet('admin/content/block'); 184 184 $this->assertSession()->statusCodeEquals(200); 185 185 $this->assertSession()->linkNotExists($link_text); 186 $matches = $this->xpath('//td/a'); 186 $matches = $this->xpath('//td[1]'); added 18 commits
- 3ce751e2...35ca6308 - 8 earlier commits
- af883167 - Issue #3450616 by catch, quietone, smustgrave: Optimize test order when --directory is used
- 9fc1bc9a - Issue #3452426 by mxr576, kristiaanvandeneynde: Insufficient cacheability...
- 33e26852 - 3336994 StringFormatter access
- a628b554 - fix cs
- 274f0fc7 - fix test: needs table installed for access check
- ad13f561 - added combined coverage for both link template and access result
- 2d4eb1d3 - cspell doesnt link this
- 7483389d - Fix cs again
- 46b6de07 - Fix issues reported by PHPStan
- d0714b0f - Fix failing test
Toggle commit list
Please register or sign in to reply