WEEE-Open/tarallo

Add warning on incomplete item details

Offen

#281 geöffnet am 31.03.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (12 Forks)auto 404
frontendgood first issuevalidation and normalization

Repository-Metriken

Stars
 (21 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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