-
## Description
The "CMS Sideframe History" navigation's triangles are wrapping. Tested on three browsers.
## Steps to reproduce
0. Be logged in to your CMS website.
1. Open your CMS website …
-
The PR https://github.com/cms-L1TK/cmssw/pull/159# has been merged, but to complete it properly, these actions are also needed:
1) We need to make a PR to https://github.com/cms-data/L1Trigger-Trac…
-
### Summary
It seems that documented template tags `{% page_url request.current_page.parent %}` and `{% page_attribute "page_title" request.current_page.parent_id %}` throws error
> A templ…
-
In the current way we use the [`CandViewMerger`](https://github.com/cms-sw/cmssw/blob/e4bfeac8c9a8d7e1690b8a16cd8464e0330b24dd/CommonTools/CandAlgos/plugins/CandViewMerger.cc#L11) to merge the barrel …
-
currently we only retry this
https://github.com/dmwm/CRABServer/blob/6852e951c6c661e7290ea58ed9cb03ec69c56ace/src/python/TaskWorker/Actions/RetryJob.py#L381-L384
but there are many other possible ex…
-
## Description
This issue involves addressing bugs and enabling the Strapi Sandbox 2.0 for the ODR. The goal is to ensure that the Strapi Sandbox 2.0 is fully functional and integrated with the ODR mo…
-
## Description
This issue involves addressing bugs and enabling the Strapi Sandbox 2.0 for the Vistaar module. The goal is to ensure that the Strapi Sandbox 2.0 is fully functional and integrated with…
-
Hi, I see an `UpdateError` when `SINGLE_USER_SESSION=True` or not explicitly set.
If `SINGLE_USER_SESSION=False` this error disappears.
Here is the traceback:
```py
$ python manage.py runserver
W…
-
Hello:
We found a Repack job failing when trying to unpack the job file [1]. It only happened for this job, but it raises the question of how should we recover from this problem if we see it happen…
-
The python `cms.Process` object defines the property `process` to get and set the process name.
Getting the name works:
```python
>>> process = cms.Process('TEST')
>>> process.process
'TEST'
`…