Project

General

Profile

Actions

Bug #24117

closed

Missing policy generation status

Added by François ARMAND 6 months ago. Updated 3 months ago.

Status:
Released
Priority:
N/A
Category:
Architecture - Code maintenance
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

We don't have policy generation status anymore.

This is because in the context of that element, we don't have any CurrentUser :

com.normation.rudder.web.comet.AsyncDeployment:

override def render = {
    partialUpdate(updateDuration)
    println(s"****** current user in context: ${CurrentUser.get}")
    new RenderOut(layout)
  }

...
****** current user in context: None
...

It looks like #23920 but in the context of lift `comet` objects versus `snippet`.


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #23920: Lift Async system is not able to find spring SecurityContextHolderReleasedVincent MEMBRÉActions
Actions

Also available in: Atom PDF