Project

General

Profile

Actions

Bug #5324

closed

ncf should write techniques using ifvarclass instead of direct classes

Added by Vincent MEMBRÉ over 9 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
1
Category:
Generic methods
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

We are currently writing technique with ncf using the folowing syntax:

class::
  "method_call" => method(args...);

this does not work when class are based on variable ...and we should use the ifvarclass syntax

"method_call" => method(args...),
  ifvarclass => "class";

Actions

Also available in: Atom PDF