Ticket #37 (closed defect: fixed)

Opened 2 years ago

Last modified 1 month ago

Error when invoking createPlugin()

Reported by: João Fernandes Owned by: dhughes
Type: defect Priority: normal
Milestone: Component: Reactor - Reactor Factory
Version: 1.0 Severity: normal
Keywords: Cc:

Description

in line 137 in the objectFactory.cfc is missing a condition

<cfif ListFind("Dao,Gateway,Record", arguments.type)> should be
<cfif ListFind("Dao,Gateway,Record", arguments.type) or arguments.plugin>

so the generatedObject is injected with the metadata param.

Change History

Changed 2 years ago by dhughes

  • milestone changed from 1.0 Releaes to Beta

Changed 2 years ago by bbowden

  • status changed from new to closed
  • resolution set to fixed

Applied Joao's fix.

Changed 1 month ago by anonymous

  • milestone deleted

Milestone Beta deleted

Note: See TracTickets for help on using tickets.