Skip to content

Frontend bug when displaying "Workflows (jobs in ReqMgr2)" in RelVals page #38

Description

@francescobrivio

When one tries to display the Relvals for a specific ticket, eg. with:
https://alcaval.web.cern.ch/relvals?ticket=CMSSW_13_0_7__CTPPSPixelGains-00001&shown=1111110000000000010110&limit=50&page=0&filter=
a blank page is shown.
Instead if one manages to de-select the Workflows (jobs in ReqMgr2) the url is upated to:
https://alcaval.web.cern.ch/relvals?ticket=CMSSW_13_0_7__CTPPSPixelGains-00001&shown=1010000000000000000000&limit=50&page=0&filter=
and the relvals are correctly shown.

Note the difference in the shown filter in the url:

  • 1111110000000000010110 : not working
  • 1010000000000000000000 : working

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions