Droggol / OdooDebug

Browser extension for quick Odoo debug
https://www.droggol.com/odoo-tools
GNU General Public License v3.0
45 stars 23 forks source link

[FIX] search param in url #10

Closed a-k-s-h-a-y closed 3 years ago

a-k-s-h-a-y commented 3 years ago

Url : localhost:8069/test/?param1=value&param2=value

On clicking debug

Expected Behavior : localhost:8069/test/?param1=value&param2=value&debug=assets

Current Behavior : localhost:8069/test/?debug=assets

a-k-s-h-a-y commented 3 years ago

@jat-odoo @mart-e @JKE-be @pga-odoo

JKE-be commented 3 years ago

Thanks

This repository is not owned by Odoo but Droggol ;)

But thanks for your contributions in all cases.

a-k-s-h-a-y commented 3 years ago

oh I knew that, I've seen the Droggol website :) Its just that I've been facing this issue for a while now and thought I'd give it a try.

andres-pcg commented 3 years ago

This is a good suggestion. I've been having this issue myself for a while now.

jat-odoo commented 3 years ago

@a-k-s-h-a-y Thank you for your contribution. :+1:

Can you squash commits into single with more meaningful commit message? Also, please update extension version to 4.1.

Sorry for the late reply. :stuck_out_tongue_winking_eye:

jat-odoo commented 3 years ago

Thanks @a-k-s-h-a-y