create or update article category from import file #56

Open
opened 2023-02-20 15:13:06 +01:00 by flip · 1 comment
Owner

Until now article import ignore article category and uses by default the old category if not nil.

Wishful would be:
create article category if not exists and assign to article
update article (add to updated_article_pairs) if category updated

models:
article.rb -> unequal_attributes
supplier.rb -> sync_from_file

in view:
add checkbox to include category update/creation

Until now article import ignore article category and uses by default the old category if not nil. Wishful would be: create article category if not exists and assign to article update article (add to updated_article_pairs) if category updated models: article.rb -> unequal_attributes supplier.rb -> sync_from_file in view: add checkbox to include category update/creation
flip added this to the Kanban project 2023-02-20 15:13:15 +01:00
Author
Owner

Ist Done.

Ist Done.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Foodsoft/foodsoft#56
No description provided.