Skip to content

Commit

Permalink
- Fix constraint option in configuration form
Browse files Browse the repository at this point in the history
- removed unused code
  • Loading branch information
24198 committed Mar 29, 2019
1 parent 7b3a9b0 commit 96b5e6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ system_configuration:
label: marello.inventory.system_configuration.fields.balance_threshold_percentage.label
tooltip: marello.inventory.system_configuration.fields.balance_threshold_percentage
required: true
constraints:
- NotBlank: ~

marello_inventory.balancing_strategy:
data_type: string
type: marello_inventory_balancer_strategy_choice
options:
label: marello.inventory.system_configuration.fields.balancing_strategy.label
required: true
constraints:
- NotBlank: ~

tree:
system_configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,4 @@ public function getAlias()
{
return self::ALIAS;
}

public function prepend(ContainerBuilder $container)
{
// ...
}
}

This file was deleted.

0 comments on commit 96b5e6d

Please sign in to comment.