Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
C
CanIMogIt
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Salvatore Lopiparo
  • CanIMogIt
  • Issues
  • #188

Closed
Open
Opened Jul 26, 2018 by Ami Yuy@amiyuyMaintainer

Add tooltips for items Learned from another item with class restrictions

What is the enhancement in mind?

Items with class restriction, but Learned from another class restricted item that showing Cannot be learned is confusing/misleading. Add tooltips that clarify what is going on.

How should it look and feel?

  • Learned from another item restricted to _____.
  • Learned from another item for _____.

More information

Posted by AlexSUCF/Eiltherune on in ticket 177 on CurseForge: https://wow.curseforge.com/projects/can-i-mog-it/issues/177

When I log on to my Monk several crafted Monk-exclusive items show as collected and several Druid-exclusive items show as not collected. However, when I switch to my Druid the Monk items now show as not collected and the Druid ones show as collected. Also, the Shaman pieces are showing as not collected on both Monk and Druid, but collected on Shaman (not sure what it says on Hunter)

The ATT collection status is correct on all pieces in question.

This is making it quite difficult to see what items my Leatherworker actually needs to make.

Druid's View - Note that Crafted Malevolent Gladiator's Dragonhide Helm (right below the selected craft) is learned from a different item, and Copperskin Helm is not learned.

wowscrnshot_072618_142723

Monk's View - Dragonhide Helm is now not learned, and Copperskin Helm is learned from a different item.

wowscrnshot_072618_142849

His Saved Variables show that the helm is known from a Monk restricted item

			["18295:INVTYPE_HEAD"] = {
				["sources"] = {
					[48747] = {
						["subClass"] = "Leather",
						["classRestrictions"] = {
							"Monk", -- [1]
						},
					},
				},
			},
Edited Jul 26, 2018 by Ami Yuy
Assignee
Assign to
9.0.1v1.next
Milestone
9.0.1v1.next
Assign milestone
Time tracking
None
Due date
None
Reference: toreltwiddler/CanIMogIt#188