Unable to select By Group 25 for Raid 15 Layout #395


  • Defect
  • Fixed
Closed
Assigned to michaelsp
  • _ForgeUser11240 created this issue Dec 27, 2014

    I can use it for Raid 10 layout and raid 25 layout, but not 15 or 20. How do i fix it?

  • _ForgeUser11240 added the tags New Defect Dec 27, 2014
  • _ForgeUser11240 posted a comment Dec 27, 2014

    Adding this to GridLayoutLayouts.lua fixed it

    Grid2Layout:AddLayout("By Group 25", {
    	meta = {
    		raid40 = true,
    		raid25 = true,
    		raid10 = true,
    +		raid15 = true,
    +		raid20 = true,
    		solo = true,
    	},
    	defaults = {
    		showPlayer = true,
    		showParty = true,
    		showRaid = true,
    		showSolo = true,
    		groupingOrder = DEFAULT_GROUP_ORDER,
            allowVehicleTarget = true,
    		toggleForVehicle = true,
    	},
    	[1] = groupFilters[1],
    	[2] = groupFilters[2],
    	[3] = groupFilters[3],
    	[4] = groupFilters[4],
    	[5] = groupFilters[5],
    })
    
  • michaelsp removed a tag New Jan 5, 2015
  • michaelsp added a tag Fixed Jan 5, 2015
  • michaelsp closed issue Jan 5, 2015
  • _ForgeUser24282618 posted a comment Apr 1, 2016

    @Imminent: Go

    Awesome! Will use this code. I will Pay Someone to do my assignments and start playing.


To post a comment, please login or register a new account.