pr is at https://github.com/mantisbt-plugins/Man ... an/pull/18
Search found 7 matches
- 14 Nov 2024, 17:19
- Forum: General Plugin Discussion
- Topic: MantisKanban plugin not working
- Replies: 10
- Views: 18826
Re: MantisKanban plugin not working
Ive added a new improvement so that you can edit the details of a kanban group through the UI on an edit page instead of either updating the database directly or having to delete and then add the group details with the changes.
pr is at https://github.com/mantisbt-plugins/Man ... an/pull/18
pr is at https://github.com/mantisbt-plugins/Man ... an/pull/18
- 13 Nov 2024, 17:26
- Forum: General Plugin Discussion
- Topic: MantisKanban plugin not working
- Replies: 10
- Views: 18826
Re: MantisKanban plugin not working
Changing $filter_array in the kanban_page.php to the following fixes the problem about groups with more than one status not showing all relevant tickets.
Do you want me to make a pull request? :-)
$filter_array = array(
'status' => explode(",", $row['group_status']),
'_view_type ...
Do you want me to make a pull request? :-)
$filter_array = array(
'status' => explode(",", $row['group_status']),
'_view_type ...
- 13 Nov 2024, 16:37
- Forum: General Plugin Discussion
- Topic: MantisKanban plugin not working
- Replies: 10
- Views: 18826
Re: MantisKanban plugin not working
hmm. I played around with entries in the config table.
ignoring the groups that are supposed to have more than one set of tickets in them it does seem to work ok without changing code.
:D
MariaDB [bugtracker]> select * from mantis_plugin_MantisKanban_kanbangroups_table ...
ignoring the groups that are supposed to have more than one set of tickets in them it does seem to work ok without changing code.
:D
MariaDB [bugtracker]> select * from mantis_plugin_MantisKanban_kanbangroups_table ...
- 13 Nov 2024, 13:55
- Forum: General Plugin Discussion
- Topic: MantisKanban plugin not working
- Replies: 10
- Views: 18826
Re: MantisKanban plugin not working
Is there any documentation for how to set this up?*
I have some Groups created with distinct status(es) set for them, but all I see are the same tickets showing in every group instead of there being different tickets in each distinct group.
thanks!
* I installed Mantis Kanban Board 2.1.1 into a ...
I have some Groups created with distinct status(es) set for them, but all I see are the same tickets showing in every group instead of there being different tickets in each distinct group.
thanks!
* I installed Mantis Kanban Board 2.1.1 into a ...
- 28 Aug 2023, 08:35
- Forum: Help
- Topic: Is it possible to switch off almost all fields for a project-specific issue
- Replies: 2
- Views: 16087
Re: Is it possible to switch off almost all fields for a project-specific issue
Thanks for your help.
I found the EasyEnter add-on at https://github.com/mantisbt-plugins/EasyEnter which seems to work well for what we need - and the bonus points for using it is that fields can be locked down on a per-project setting which is excellent.
I found the EasyEnter add-on at https://github.com/mantisbt-plugins/EasyEnter which seems to work well for what we need - and the bonus points for using it is that fields can be locked down on a per-project setting which is excellent.
- 25 Aug 2023, 14:31
- Forum: Help
- Topic: Is it possible to switch off almost all fields for a project-specific issue
- Replies: 2
- Views: 16087
Is it possible to switch off almost all fields for a project-specific issue
we want to be able to switch off almost all fields for a certain project in Mantis so that only two or three fields are displayed for entering text into.
is this possible or is there maybe a plugin available that would remove fields that we might deem unnecessary and just put in default values for ...
is this possible or is there maybe a plugin available that would remove fields that we might deem unnecessary and just put in default values for ...
- 21 Aug 2023, 13:14
- Forum: Help
- Topic: Integrating DokuWiki with Mantis
- Replies: 3
- Views: 16097
Re: Integrating DokuWiki with Mantis
I have Mantis 2.25.7 and dokuwiki version 2023-04-04a ("Jack Jackrum") installed.
I'm looking to integrate them.
The documentation at https://www.mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwiki is eight years old - it's from 2015 - and suggests applying changes by hand ...
I'm looking to integrate them.
The documentation at https://www.mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwiki is eight years old - it's from 2015 - and suggests applying changes by hand ...