Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrganRegulation uses name instead of abbreviation #427

Open
tomudding opened this issue Aug 6, 2024 · 1 comment
Open

OrganRegulation uses name instead of abbreviation #427

tomudding opened this issue Aug 6, 2024 · 1 comment

Comments

@tomudding
Copy link
Member

Current behaviour

/**
* Name of the organ.
*/
#[Column(type: 'string')]
protected string $name;

$this->add([
'name' => 'name',
'type' => Text::class,
'options' => [
'label' => $this->translator->translate('Name'),
],
]);

$subdecision->setName($data['name']);

Desired behaviour

Should be the abbreviation to stay consistent with all old (not-yet-converted) decisions.

Steps to reproduce

Database version

latest

What operating are you seeing the problem on?

No response

What browsers are you seeing the problem on?

No response

Other information

No response

@tomudding
Copy link
Member Author

Thanks to @rinkp for pointing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant