django-datatable-view icon indicating copy to clipboard operation
django-datatable-view copied to clipboard

Using X-editable together with Fields with choices #BUG

Open kvdogan opened this issue 7 years ago • 4 comments

SS from example app,

image

kvdogan avatar Apr 03 '17 08:04 kvdogan

@tiliv Any update on this? I appreciate if you can fix that.

kvdogan avatar Jun 04 '17 12:06 kvdogan

This issue has been fixed simply by replacing 'dispatch' method with 'get' in base.py, also is available in my fork.

kvdogan avatar Apr 12 '18 07:04 kvdogan

That is odd! I wonder why I had it set up that way before... Thanks!

tiliv avatar Apr 12 '18 15:04 tiliv

Oh that's right... I broke this when I introduced the request_method option by allowing the user to configure which method it used.

Ref 0824f95f Fix fc4eac8

tiliv avatar Apr 12 '18 15:04 tiliv