-
Notifications
You must be signed in to change notification settings - Fork 382
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
Fix to lookupDispFormUrl #126
Conversation
@prokach thanks for the fix. |
I'm not sure about that fix. Most probably it crashes the functionality. |
@AJIXuMuK Redirection to a Display Form of an item, which is selected in a lookup field was crashed. |
@AJIXuMuK Unfortunately, it didn't work even if |
Hi @prokach , There are multiple ways to use
Options 2 and 3 uses the next format for If you look at OOTB implementation of the lookup popup it uses the same format for DisplayForm: listform.aspx?PageType=4. That's why I've bit updated your fix, that is definitely needed as well, to take into consideration all 3 scenarios of usage and both formats to provide Let me know if it makes sense. |
@AJIXuMuK Thanks a lot for your answer. Now it's really clear. |
What's in this Pull Request?
lookupDispFormUrl was fixed in order to provide a correct behavior when user clicks on a lookup field