-
Notifications
You must be signed in to change notification settings - Fork 14
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
N21-1250 CTL board element #2818
Conversation
@@ -73,7 +73,9 @@ export default defineComponent({ | |||
const submissionsEnabled = | |||
envConfigModule.getEnv.FEATURE_COLUMN_BOARD_SUBMISSIONS_ENABLED; | |||
|
|||
const dialogWidth = submissionsEnabled ? 426 : 320; | |||
const dialogWidth: ComputedRef<number> = computed(() => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something for north* @OliverHappe @uidp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, what happens, when there are a lot more elementTypeOptions
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uidp the number of elementTypeOptions is fixed at the moment or?
# Conflicts: # src/components/feature-board-submission-element/SubmissionContentElement.vue # src/serverApi/v3/api.ts
Kudos, SonarCloud Quality Gate passed! 0 Bugs 88.6% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Short Description
Links to Ticket and related Pull-Requests
https://ticketsystem.dbildungscloud.de/browse/N21-1250
hpi-schul-cloud/dof_app_deploy#644
hpi-schul-cloud/schulcloud-server#4419
Changes
Data-security
Deployment
New Repos, NPM packages or vendor scripts
Screenshots of UI changes
Checklist before merging