Ticket #794 (closed defeito: fixed)

Opened 14 years ago

Last modified 14 years ago

Corrigir bug na classe Workflow_WfSecurity

Reported by: viani Owned by: viani
Priority: média Milestone: Expresso 2.1
Component: Workflow Version: trunk
Severity: Keywords:
Cc: WorkGroup:

Description (last modified by viani) (diff)

A classe Workflow_WfSecurity é um encapsulamento para a classe WfSecurity do engine, e está com um bug de sintaxe no método construtor.

Onde está:

parent::WfSecurity($GLOBALS['workflow']['workflowObjects']->getDBGalaxia())->Link_ID;

Deveria ser:

parent::!WfSecurity($GLOBALS['workflow']['workflowObjects']->getDBGalaxia()->Link_ID);

Este bug foi descoberto e corrigido pelo "Hermes Pinheiro Neto" da PRODEB.

Change History

comment:1 Changed 14 years ago by viani

  • Description modified (diff)

comment:2 Changed 14 years ago by viani

  • Status changed from new to closed
  • Resolution set to fixed

Correção implementada em [1712].

Note: See TracTickets for help on using tickets.