Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface view cache tags on subscription tabs. #51

Merged
merged 1 commit into from Nov 1, 2016
Merged

Conversation

jhedstrom
Copy link
Collaborator

@jhedstrom jhedstrom added the bug label Oct 31, 2016
@jhedstrom jhedstrom added this to the 8.x-1.0 beta milestone Oct 31, 2016
$this->drupalGet('user/' . $users[3]->id() . '/message-subscribe');
$this->assertSession()->pageTextContains(t('You are not subscribed to any items.'));
$flag = $this->flagService->getFlagById('subscribe_node');
$this->flagService->flag($flag, $node, $users[3]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe worth adding a comment that by seeing the node label, we confirm the Views cache is correct.

Rest looks good.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@amitaibu amitaibu merged commit de84018 into 8.x-1.x Nov 1, 2016
@amitaibu amitaibu deleted the 50-cache-tags branch November 1, 2016 08:21
@amitaibu
Copy link
Member

amitaibu commented Nov 1, 2016

(@jhedstrom I'm not with my computer, so can't push to d.o until the evening, so if you want to push, or wait for me )

@amitaibu
Copy link
Member

amitaibu commented Nov 1, 2016

Was pushed to d.o.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Caching issue on the Message Subscribe UI tabs
2 participants