Actions
Bug #5383
closedncf doesn't parse ifvarclass into the class_context
Status:
Released
Priority:
1 (highest)
Assignee:
Matthieu CERDA
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
ncf's lib can write techniques, but always places the class_context of a methods call in the ifvarclass promise attribute. This is fine in principle. However, ncf's lib also reads back written techniques to parse the methods calls in there, but doesn't read the ifvarclass attribute!
This simply means that any class_contexts written with ncf-builder will be lost when the technique is reloaded.
Actions