Skip to content
Snippets Groups Projects
Commit 738036cc authored by catch's avatar catch
Browse files

Issue #3444745 by catch: Navigation Top Bar hides entity local tasks even if...

Issue #3444745 by catch: Navigation Top Bar hides entity local tasks even if the user has no access to the bar - follow-up to fix new test
parent 51ae0389
No related branches found
No related tags found
8 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #376215 passed with warnings
Pipeline: drupal

#376236

    Pipeline: drupal

    #376231

      Pipeline: drupal

      #376229

        +4
        ......@@ -72,7 +72,7 @@ public function testLogin(): void {
        $recorded_queries = $performance_data->getQueries();
        $this->assertSame($expected_queries, $recorded_queries);
        $this->assertSame(4, $performance_data->getQueryCount());
        $this->assertSame(60, $performance_data->getCacheGetCount());
        $this->assertSame(61, $performance_data->getCacheGetCount());
        $this->assertSame(2, $performance_data->getCacheSetCount());
        $this->assertSame(0, $performance_data->getCacheDeleteCount());
        $this->assertSame(2, $performance_data->getCacheTagChecksumCount());
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment