-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing settings in reactmap duplicates entry #676
Comments
"claims" I think you are misunderstanding the fundamental differences between ReactMap and PoracleWeb. PoracleWeb interacts directly with the Poracle db, it grabs some basic config settings from Poracle but otherwise it has all of the logic to run independently. ReactMap simply sends JSON payloads to Poracle's API endpoints for processing, then Poracle handles the db connection. It has relatively little logic, it's just a UI layer for interacting with Poracle, not Poracle's db. |
When a user selects edit are you presenting as a new row, or using the edit row functionality on the monster api? @TurtIeSocks |
@jfberry here is how it goes:
@TurtIeSocks no idea how these things work. That's why I said it works fine in poracleweb but the issue is with reactmap. If that's irrelevant then simply ignore my finding |
I don't have up to date reactmap so unable to repro so need api calls |
This is what I have:
When I edit this tracking and remove cap by example, entry doesn't get modified but duplicates original one with changes:
I tried that with single mons and looks like this issue also affects them. Issue doesn't only affect cap, rank also and proly more.
This issue affects reactmap only. Poracleweb is fine. TurtleSocks claims it's not rm issue: WatWowMap/ReactMap#399 (comment)
The text was updated successfully, but these errors were encountered: