Right now the title autogeneration is done on the fly.
We should add back the title field, and a product variation type setting called "Autogenerate the title". If that setting is off, show the field, otherwise hide it and store the generated value. This hiding/showing can be done in the bundle field definitions method, like for line items.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | start_storing_the-2676578-3.patch | 12.42 KB | mglaman |
Comments
Comment #2
mglamanComment #3
mglamanPR: https://github.com/drupalcommerce/commerce/pull/344
Comment #5
bojanz commentedCommitted the final version in https://github.com/drupalcommerce/commerce/commit/bda0e7a08d2747fd82f4cd...
Thanks!