-
Notifications
You must be signed in to change notification settings - Fork 140
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
Remember current tab #86
Conversation
@bajramemini: Any chance to get merged? |
I support this merge request :) |
+1 for merge request |
Still not merged? |
😧 I know, right!? |
Sorry it has taken this long to address this. I'll take a look at it and come back to you. |
+1 Deep linking would be fantastic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could do the 1 small change request and rebase this with the current master branch then this can be merged. This is a fantastic change that I'd love to have in the package. 👍
@@ -119,6 +114,7 @@ export default { | |||
handleTabClick(tab, event) { | |||
tab.init = true; | |||
this.activeTab = tab.name; | |||
this.$router.push({ query: { tab: tab.name }}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add a replace here like in FormTabs.vue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope I understand it right, but I have done the change (and the merge of master
into my remember-current-tab branch
)
Perfect, thank you very much! |
Sorry to be impatient but what is the release time schedule for a change like this? :) |
@keironwaites I want to add at least 1 more bugfix, see #23. I'm aiming this weekend. |
With this solution, you can for example reload (
CTRL+R
) the edit and detail views or you can submit the form page and you will get the previous openend tab back again. And you can also deeplink specific tabs.