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

Fixed #7834: Do not override per table data-id-cookie-table attribute #7835

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

Scorcher
Copy link
Contributor

Do not override per table data-id-cookie-table attribute by current route name.
It is bad idea when we have two+ different table on page from one route.

@Scorcher Scorcher requested a review from snipe as a code owner February 19, 2020 18:58
@Scorcher
Copy link
Contributor Author

The problem was explained in issue #7834

Seems like this option

cookieIdTable: '{{ Route::currentRouteName() }}',

overrides per-table "data-" attributes.

I have investigated codebase and found that each table has personal attribute "data-cookie-id-table". So i think that we can remove line "cookieIdTable: '{{ Route::currentRouteName() }}',".

@welcome
Copy link

welcome bot commented Mar 30, 2021

Congrats on merging your first pull request! 🎉🎉🎉

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

Successfully merging this pull request may close these issues.

2 participants