partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4f0e5c2e539c7085cb6638afec09ef7061e967fc
parent 8d623fdc8a794cf78890d5fe808506a750f9c9a3
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 24 Sep 2015 23:03:51 +0200

Symbols may actually be blank.

Diffstat:
Msrc/PartKeepr/SiPrefixBundle/Entity/SiPrefix.php | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/PartKeepr/SiPrefixBundle/Entity/SiPrefix.php b/src/PartKeepr/SiPrefixBundle/Entity/SiPrefix.php @@ -35,7 +35,6 @@ class SiPrefix extends BaseEntity * @ORM\Column(type="string",length=2) * * @Assert\Type(type="string") - * @Assert\NotBlank(message="siprefix.symbol.not_blank") * @Groups({"default"}) * @var string */ @@ -153,4 +152,4 @@ class SiPrefix extends BaseEntity { return $value * pow($this->base, $this->exponent); } -}- \ No newline at end of file +}