Gaetan Craig-Riou
Gaetan Craig-Riou
Currently we use http://mbenford.github.io/ngTagsInput/ to create the nice interface to add tags. As we are moving away from AngularJS we'll have to reproduce this functionality with StimulusJS/Turbo. Assumption : I...
@RachL that's correct. The estimation doesn't include the tag rules, we will need to do additional work for that.
- [x] Add tag to variant and display on bulk product screen (no editing) : 1 day - [ ] search by tag : 1 day - [x] add editing,...
- [x] Add tag to variant and display on bulk product screen (no editing) : 1 day - [x] search by tag : 1 day - [x] add editing, ie...
@prikeshsavla you need to display the "Producer column" , by clicking on the "Columns" drop down and you should be able to reproduce the issue.
It covers some of it, I'll update once I am done.
`TagRulesCtrl` has been removed as part of this PR : #13507 `tags_with_translation` are still used in a few places : - ./app/views/spree/admin/shipping_methods/_form.html.haml - ./app/views/spree/admin/payment_methods/_form.html.haml - ./app/views/admin/order_cycles/_simple_form.html.haml , this will probably...
This PR also bump `connection_pool` to 3.0.2 which has breaking changes. We should be able to upgrade without upgrading `connection_pool`
@RachL a couple of questions : * do we need to support tag rules for variant and Inventory variant (variant override) at the same time when the variant_tag feature is...
> No we don't. That would be a huge mess I think :D Actually I wanted to ask if it was feasible to put inventory behind a feature toggle. My...