Project

General

Profile

Actions

Architecture #9440

closed

Directives are not correctly grouped in nodeconfiguration table

Added by Nicolas CHARLES over 7 years ago. Updated almost 4 years ago.

Status:
Rejected
Priority:
1
Assignee:
-
Category:
Web - Compliance & node report
Effort required:
Name check:
Fix check:
Regression:

Description

The configuration json contains:

,{                                                                +
                                      |              |                            |         |       "directiveId":"common-root",                                     +
                                      |              |                            |         |       "isSystem":true,                                                 +
                                      |              |                            |         |       "components":[{                                                  +
                                      |              |                            |         |         "componentName":"Log system for reports",                      +
                                      |              |                            |         |         "cardinality":1,                                               +
                                      |              |                            |         |         "values":["None"],                                             +
                                      |              |                            |         |         "unexpanded":["None"]                                          +
                                      |              |                            |         |       }]                                                               +
                                      |              |                            |         |     },{                                                                +
                                      |              |                            |         |       "directiveId":"common-root",                                     +
                                      |              |                            |         |       "isSystem":true,                                                 +
                                      |              |                            |         |       "components":[{                                                  +
                                      |              |                            |         |         "componentName":"CRON Daemon",                                 +
                                      |              |                            |         |         "cardinality":1,                                               +
                                      |              |                            |         |         "values":["None"],                                             +
                                      |              |                            |         |         "unexpanded":["None"]                                          +
                                      |              |                            |         |       }]                                                               +
                                      |              |                            |         |     },{                                                                +
                                      |              |                            |         |       "directiveId":"common-root",                                     +
                                      |              |                            |         |       "isSystem":true,                                                 +
                                      |              |                            |         |       "components":[{                                                  +
                                      |              |                            |         |         "componentName":"Binaries update",                             +
                                      |              |                            |         |         "cardinality":1,                                               +
                                      |              |                            |         |         "values":["None"],                                             +
                                      |              |                            |         |         "unexpanded":["None"]                                          +
                                      |              |                            |         |       }]                        

but i expected all components to be inthe same directive

Actions

Also available in: Atom PDF