timthedevguy / BuySYS

*NO LONGER MAINTAINED* Buyback application for EveOnline, can be used by Corporations/Alliances or private entities. Written in PHP 7.4
10 stars 3 forks source link

Rules Not Saving #10

Closed drkthunder02 closed 6 years ago

drkthunder02 commented 6 years ago

1.) Create rule.
2.) Wait for page to load, and when it does the created rule is not shown in the list.

timthedevguy commented 6 years ago

Symfony changed the order of defining options for a dropdown, old was:

'tax' => 'Tax Percent',
'price' => 'Set Price',
'isrefined' => 'Is Refined',
'canbuy' => 'Can Buy'

New is:

'Tax Percent' => 'tax',
'Set Price' => 'price',
'Is Refined' => 'isrefined',
'Can Buy' => 'canbuy'

Fixed in 6f5ff9c4c10182bc2d04265af2f31962d6a0ecaf