WEEE-Open/tarallo

Add warning on incomplete item details

Aperta

#281 aperta il 31 mar 2023

 (0 commenti) (0 reazioni) (0 assegnatari)PHP (12 fork)auto 404
frontendgood first issuevalidation and normalization

Metriche repository

Star
 (21 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor