WEEE-Open/tarallo

Add warning on incomplete item details

Open

#281 opened on Mar 31, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)PHP (12 forks)auto 404
frontendgood first issuevalidation and normalization

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

Description

Item only, similar to "product doesn't exist" warning but with no link, if((model || variant) && !brand) tell users "find the brand! NOW!

Or condition should be (model && !brand)...

Also check what happens if model && brand && !variant, it should fix itself or display a warning

Contributor guide