Skip to content

Ratings - push DCNC to feed #1270

@SteveLLamb

Description

@SteveLLamb

Looks like the below calc for ratings values to DCNC Code is only on the rendering side, and not being pushed to the feed.

rvalues.forEach(item => { 
    rC = item.replace(/[^0-9a-zA-Z]/g, '');
    rV = rC.toUpperCase();
    rL = rV.substr(0, 5);
    rvaluesdcnc.push(rL);

  } );

Update feed to include.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions