Search found 2 matches
- 14 Feb 2011, 07:40
- Forum: Customizations
- Topic: BUG: CSVExport of a custom column (inherited MantisColumn)
- Replies: 2
- Views: 3716
Re: BUG: CSVExport of a custom column (inherited MantisColum
Our Mantis version is MantisBT Core 1.2.4
- 01 Feb 2011, 19:25
- Forum: Customizations
- Topic: BUG: CSVExport of a custom column (inherited MantisColumn)
- Replies: 2
- Views: 3716
BUG: CSVExport of a custom column (inherited MantisColumn)
Hello,
currently I am doing have cutomizations by developing plugins for Mantis. During that work the following problem occured:
I have a custom mantis column created according to many plugins that I found on git.mantisforge.org
class EstimationSumColumn extends MantisColumn
{
public $title ...
currently I am doing have cutomizations by developing plugins for Mantis. During that work the following problem occured:
I have a custom mantis column created according to many plugins that I found on git.mantisforge.org
class EstimationSumColumn extends MantisColumn
{
public $title ...