jDiction Forum

English => General Questions => Topic started by: Finarfin on June 20, 2013, 07:59:01 pm

Title: Possible bug, wrong column on menu type manager
Post by: Finarfin on June 20, 2013, 07:59:01 pm
Could you check it? Right now the last three columns have something like this

Link modules \ ID \ Translation
(Flag) \ Associated menu \ 1

Its an example
Title: Re: Possible bug, wrong column on menu type manager
Post by: Harald Leithner on June 20, 2013, 10:22:07 pm
you don't menuitems you mean menus correct?
Title: Re: Possible bug, wrong column on menu type manager
Post by: Finarfin on June 21, 2013, 02:24:07 pm
When you manage the menu types :) not the menu entries
Title: Re: Possible bug, wrong column on menu type manager
Post by: Harald Leithner on June 21, 2013, 03:46:59 pm
Joomla 3 or 2.5? I thought I fixed it for Joomla 2.5
Title: Re: Possible bug, wrong column on menu type manager
Post by: Finarfin on June 21, 2013, 06:19:32 pm
2.5, but I dont have the last lastly version so I´ll let you know after that. I think I found 0.9.9.9 someplace, I´ll let you know.
Title: Re: Possible bug, wrong column on menu type manager
Post by: Finarfin on July 05, 2013, 03:00:13 pm
Not fixed on 0.9.9.9 and 2.5.8 ;)
Title: Re: Possible bug, wrong column on menu type manager
Post by: Finarfin on July 15, 2013, 10:48:33 am
Which file manage this? I could take a look ;)
Title: Re: Possible bug, wrong column on menu type manager
Post by: Harald Leithner on July 15, 2013, 11:07:20 am
the js files: administrator\components\com_jdiction\assets\jdiction*.js

You only have to look how many columns the header has, based on that you can add or reduce the position or add rowspan?!
Title: Re: Possible bug, wrong column on menu type manager
Post by: Finarfin on July 15, 2013, 02:27:52 pm
I solved changing line 28 tbl.rows[0] with tblBody.rows[0], hope you agree ;)
Title: Re: Possible bug, wrong column on menu type manager
Post by: Harald Leithner on July 15, 2013, 02:37:42 pm
If you say this works I'm happy with it.
Title: Re: Possible bug, wrong column on menu type manager
Post by: Finarfin on July 15, 2013, 06:41:26 pm
Well, if I were you I wouldn´t put in production anything I say before some testing  ;D