We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exclude Kit from the items populated as base items
Kit is special - and kits have to be created using the kit process
When you create a new organization, its items are created from the list of base items Kit should be excluded.
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
I created an organization, and the Kits list was empty. So, do you mean that the kit row should be removed from the base_items table? @cielf
base_items
There is a base item called "Kit". When you create a new organization, items are populated from the base items. That should exclude "Kit".
There are reasons it has to be in the base items -- as items that represent Kits have that as their base item.
OK, I got it.
Fix the issue where the kit should be excluded when the organization …
f058d41
…is created. (rubyforgood#4887)
Successfully merging a pull request may close this issue.
Summary
Exclude Kit from the items populated as base items
Why
Kit is special - and kits have to be created using the kit process
Details
When you create a new organization, its items are created from the list of base items
Kit should be excluded.
Criteria for completion
The text was updated successfully, but these errors were encountered: