jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Author Topic: Possible bug, wrong column on menu type manager  (Read 14511 times)

Finarfin

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Possible bug, wrong column on menu type manager
« 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
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #1 on: June 20, 2013, 10:22:07 pm »

you don't menuitems you mean menus correct?
Logged
Joomla! 5.0 Release Manager
Vote at JED

Finarfin

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #2 on: June 21, 2013, 02:24:07 pm »

When you manage the menu types :) not the menu entries
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #3 on: June 21, 2013, 03:46:59 pm »

Joomla 3 or 2.5? I thought I fixed it for Joomla 2.5
Logged
Joomla! 5.0 Release Manager
Vote at JED

Finarfin

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #4 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.
Logged

Finarfin

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #5 on: July 05, 2013, 03:00:13 pm »

Not fixed on 0.9.9.9 and 2.5.8 ;)
Logged

Finarfin

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #6 on: July 15, 2013, 10:48:33 am »

Which file manage this? I could take a look ;)
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #7 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?!
Logged
Joomla! 5.0 Release Manager
Vote at JED

Finarfin

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #8 on: July 15, 2013, 02:27:52 pm »

I solved changing line 28 tbl.rows[0] with tblBody.rows[0], hope you agree ;)
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #9 on: July 15, 2013, 02:37:42 pm »

If you say this works I'm happy with it.
Logged
Joomla! 5.0 Release Manager
Vote at JED

Finarfin

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Possible bug, wrong column on menu type manager
« Reply #10 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
Logged