Actions
Bug #27321
openPlugin doesn't show anything
Status:
Pending release
Priority:
1 (highest)
Assignee:
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
It doesn't find the nodes
it seems the nodeFactRepo call ReadExternalReports.scala doesn't return what is expected
definition is
def get( nodeId: NodeId )(implicit qc: QueryContext, status: SelectNodeStatus = SelectNodeStatus.Any): IOResult[Option[CoreNodeFact]]
usage is
optNode <- nodeFactRepo.get(nodeId).toBox
node <- optNode match {
case None => Failure(s"The node with ID '${nodeId}' was not found, we can't add external information")
case Some(n) => Full(n)
}
Files
Updated by François ARMAND about 17 hours ago
- Assignee set to François ARMAND
- Priority changed from To review to 1 (highest)
Updated by François ARMAND about 13 hours ago
- Status changed from New to In progress
Updated by François ARMAND about 12 hours ago
- Related to Bug #26605: CurrentUser.queryContext is null when used in a ZIO for added
Updated by François ARMAND about 10 hours ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Raphael GAUTHIER
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/876
Updated by Anonymous about 9 hours ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|f5e99e08fdebcae690570ffa82a661204cad2cb3.
Actions