Ticket #85 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

snippets file correction

Reported by: sullah Owned by: lmajano
Priority: normal Milestone: 2.0.0
Component: Eclipse Snippets Version: 1.1.0
Severity: normal Keywords: render
Cc:

Description

Hi Luis,

/install/cfeclipse_snippets/coldbox/messagebox/render.xml

Change file name from render.xml to renderit.xml also change content of file to match exact function name renderit

corrected content for renderit.xml

<?xml version="1.0" encoding="utf-8"?> <snippet filetemplate="false" extension="cfm"> <name>renderit</name> <help>Render the messagebox</help> <starttext><![CDATA[getPlugin("messagebox").renderit($${Clear Message After Render:true|false})]]></starttext> <endtext><![CDATA[]]></endtext> </snippet>

Change History

Changed 4 years ago by lmajano

  • status changed from new to assigned
  • component changed from Installer Engine to Eclipse Snippets

Changed 4 years ago by lmajano

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.