-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 3430 - new packagings edit page based on api v3 (#3475)
* feat: 3430 - new packagings edit page based on api v3 New file: * `edit_new_packagings.dart`: Edit display of a product packagings (the new api V3 version). Impacted files: * `background_task_details.dart`: added specific save method call for api V3 * `edit_product_page.dart`: added call to new page `EditNewPackagings` * `ocr_packaging_helper.dart`: minor unrelated refactoring * `paged_user_product_query.dart`: specific field list * `product_query.dart`: upgraded to api V3; added field `PACKAGINGS`; added specific field list for user-related searches (they do not support `PACKAGINGS`) * `product_refresher.dart`: upgraded to api V3 * `simple_input_page.dart`: minor refactoring * `simple_input_widget.dart`: refactoring about making the autocomplete widget reusable * `up_to_date_changes.dart`: added new field `packagings`; minor unrelated refactoring * Update packages/smooth_app/lib/pages/product/edit_product_page.dart Co-authored-by: Pierre Slamich <[email protected]> * feat: 3430 - dart format Co-authored-by: Pierre Slamich <[email protected]> Co-authored-by: Pierre Slamich <[email protected]>
- Loading branch information
1 parent
e2a8464
commit 09a982a
Showing
10 changed files
with
491 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.