WEEE-Open/tarallo

Add warning on incomplete item details

Ouverte

#281 ouverte le 31 mars 2023

 (0 commentaire) (0 réaction) (0 personne assignée)PHP (12 forks)auto 404
frontendgood first issuevalidation and normalization

Métriques du dépôt

Stars
 (21 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur