View Issue Details

IDProjectCategoryView StatusLast Update
0022927Plugin - LinkedCustomFieldsGeneralpublic2022-02-18 18:12
Reporterogreworld Assigned Todregad  
PriorityimmediateSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Summary0022927: Can not support mantis 2.4.0
Description

I'm using the latest version of mantis, which is 2.4.0
When I want to install this plugin, it always said mantis core out of date, and jQuery 1.8 needed.
Please support the latest version.

TagsNo tags attached.

Relationships

related to 0024226 resolveddregad NEW VERSION AVAILABLE. WORKS WITH MANTIS 2.12 
has duplicate 0024850 closedatrol Install button does not show in the panel 

Activities

rombert

rombert

2017-06-07 11:30

manager   ~0057037

Thanks for the report. I am no longer able to support this plugin. Patches welcome :-)

Marnix

Marnix

2018-03-21 18:52

reporter   ~0059268

Needing the same feature.
Many people do actually 8O when reading and searching this forum.

Anyway, the plugin you mentioned doesn't seems to work (very well) in Mantis 2.x :(

But I do got it to work with a few workarounds :)

STEP 1) change the following lines in file 'LinkedCustomFields.php':

$this->version = "1.0.1";

$this->requires = array(

"MantisCore" => "1.2.6, <2.30.0",

"jQuery" => "1.8"

);

$this->requires = array(
"MantisCore" => "1.2.6, <2.30.0",

STEP 2) Install the plugin

STEP 3) Change de database table 'plugin_linkedcustomfields_data' by your self.

DONE.

But I don't prefer this workaround.
Alternative solution might be a custom field which is only visible when a particular category is selected?

If anyone has a better solution???
Please let me know!
Thanks in advanced.

Marnix

Marnix

2018-04-05 03:04

reporter   ~0059438

There is an update! See issue 0024226

mumsA

mumsA

2018-10-10 05:32

reporter   ~0060770

@Marinix, I have tried you solution and It's does not work. Did you find any other ways ?
Thank you

dregad

dregad

2022-02-18 18:12

manager   ~0066261

I have just updated the plugin, which should now support MantisBT 2.3 or later.
https://github.com/mantisbt-plugins/LinkedCustomFields

Note that this there is no official release just yet, testing and feedback would be appreciated (please create issues at GitHub or ping me on Gitter).