View Issue Details

IDProjectCategoryView StatusLast Update
0023363mantisbtotherpublic2017-09-29 02:46
Reporterhelfy022 Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version2.5.1 
Summary0023363: mantis_category_table status field
Description

Hello,

What is the purpose of the status field in the mantis_category_table?

DESCRIBE mantis_category_table;
+------------+------------------+------+-----+---------+----------------+
| Field      | Type             | Null | Key | Default | Extra          |
+------------+------------------+------+-----+---------+----------------+
| id         | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| project_id | int(10) unsigned | NO   | MUL | 0       |                |
| user_id    | int(10) unsigned | NO   |     | 0       |                |
| name       | varchar(128)     | NO   |     |         |                |
| status     | int(10) unsigned | NO   |     | 0       |                |
+------------+------------------+------+-----+---------+----------------+

Thanks,
Ryan.

TagsNo tags attached.

Activities

atrol

atrol

2017-09-15 12:56

developer   ~0057730

I has a short look and did not find any usage of this field in current code.

helfy022,

This is not a bug or feature request for MantisBT (you are asking for internal technical details of the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

helfy022

helfy022

2017-09-15 12:57

reporter   ~0057731

Hi Atrol,

Thanks for clarifying. Please feel free to close.

Ryan.

dregad

dregad

2017-09-17 05:09

developer   ~0057742

@helfy022 it was part of the original spec for this feature's implementation but the purpose of the field was never documented

helfy022

helfy022

2017-09-18 11:49

reporter   ~0057745

Thanks for the clarification.

One quick aside, if I may. I noticed that the Description shows the SQL STDOUT table I posted to be nicely formatted. When we create issues/notes with such SQL output copy/pasted, we find the formatting to not be preserved. In particular, in the Description and Notes, the whitespace used to keep the table formatting gets dropped. How can we tune our config to ensure that the View Issue Details page will show the nice table formatting as is shown above.

Thanks,
Ryan.

atrol

atrol

2017-09-18 13:50

developer   ~0057746

How can we tune our config to ensure that the View Issue Details page will show the nice table formatting as is shown above.

You have to enable Markdown in configuration of Mantis Core Formatting plugin.
After that, you can use Markdown syntax, e.g. the table is formatted by using Inline code with back-ticks around it, see https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code

dregad

dregad

2017-09-18 13:52

developer   ~0057747

This is the experimental markdown formatting feature, which is disabled by default. If you don't want to enable it you can also use html pre tags