File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 4242 label =" Module"
4343 v-model =" errataModule"
4444 class =" col"
45- hint =" Can be empty"
45+ hint =" Can be empty. When provided, it should follow the format 'name:stream' "
4646 />
47+ <q-toggle v-model =" develModule" v-if =" errataModule" left-label >
48+ <q-tooltip >
49+ Add devel module to errata? If so, don't forget to also add it in
50+ title
51+ </q-tooltip >
52+ </q-toggle >
53+ </q-card-section >
54+ <q-card-section class =" q-gutter-md" style =" max-width : 100% " >
4755 <q-select
4856 ref =" refSeverity"
4957 v-model =" severity"
5765 <q-input
5866 v-model =" title"
5967 label =" Bulletin title"
68+ hint =" i.e.: 'vim security update', 'squid:4 security update', 'nginx:1.22 and nginx-devel:1.22 security update'"
6069 :rules =" [(val) => !!val || 'Title is required']"
6170 />
6271 <q-input
359368 references: [],
360369 uniqueBuildsId: new Set (),
361370 errataModule: ' ' ,
371+ develModule: false ,
362372 packages: [],
363373 refColumns: [
364374 {
705715 updated_date: this .updated_date ,
706716 title: this .title ,
707717 description: this .description ,
708- module: this .module ,
718+ module: this .errataModule ,
719+ devel_module: this .develModule ,
709720 severity: this .severity ,
710721 references: this .references ,
711722 packages: pkgs,
You can’t perform that action at this time.
0 commit comments