-
Notifications
You must be signed in to change notification settings - Fork 115
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
Obtain props from function for attached Owl components #3463
base: master-public-widgets
Are you sure you want to change the base?
Conversation
This PR targets the un-managed branch odoo-dev/odoo:master-public-widgets-ged, it needs to be retargeted before it can be merged. |
86f4063
to
6bbd579
Compare
6bbd579
to
21714ef
Compare
0e5c60d
to
c1afdba
Compare
cc9630a
to
9e0215d
Compare
c876103
to
4417ade
Compare
return; | ||
} | ||
// Escape special characters to make the jQuery selector to work. | ||
hash = '#' + $.escapeSelector(hash.substring(1)); |
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.
jquery
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.
Added TODO comment about getting rid of JQ there: that escaping is non-trivial, and it might have to be added in a place like dom.js
- but it is surprisingly only used in that one location.
fa11dd4
to
4dc83ce
Compare
d23d65f
to
bfdfbd2
Compare
06148f2
to
03a4927
Compare
2cc48c9
to
b746ee1
Compare
03a4927
to
1a54cdc
Compare
62d6dc8
to
bf2b6b1
Compare
1d47261
to
d11e6df
Compare
f41bf58
to
7fd0d01
Compare
4408e26
to
daa5c3e
Compare
bd90205
to
3b99803
Compare
4775765
to
163eaa9
Compare
6910b8e
to
a06a3d5
Compare
5d1b4c3
to
72f8a28
Compare
No description provided.