Skip to content

Conversation

@Paliak
Copy link
Contributor

@Paliak Paliak commented May 9, 2025

Fixes: #1115 (comment)

Description of the problem being solved:

Creating a new config/skill/item set would save the entire table into self.selValue which is then later used as an index. Since the configSets table is indexed by ids instead it returns null and causes a crash.

This pr simply makes the save button function save the id instead of the full table. This also makes the newly created config set highlight nicely.

Link to a build that showcases this PR:

See reproduction steps in issue. See #1115 for screenshots.

@Paliak Paliak added crash Causes PoB to crash and is High Priority user-interface Changes that only affect the UI labels May 9, 2025
@LocalIdentity LocalIdentity merged commit d024cc6 into PathOfBuildingCommunity:dev May 12, 2025
2 checks passed
Tonkat pushed a commit to Tonkat/PathOfBuilding-PoE2 that referenced this pull request Sep 1, 2025
…nity#1120)

* FIX: save id into selValue instead of table

* FIX: same issue as e711588 but for items and gems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

crash Causes PoB to crash and is High Priority user-interface Changes that only affect the UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants