OpenBazaar / OpenBazaar-Server

(Deprecated) OpenBazaar 1.0 Server daemon for communication with OpenBazaar-Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to add Mod to the list provided, via GUID or tag or OB link

jjeffryes opened this issue · comments

@Vizique commented on Sun Aug 14 2016

Brief Description:
Unable to add Mod to the list provided, via GUID or tag
Operating System (OS and version): Win10 x64
OpenBazaar version (shown on About OpenBazaar page in menu): 1.17
Hardware: AMDFX6300, 16GBDDR3, AMD R290GFX,

Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce):
In my client - always

Steps to reproduce:

  1. Open Store tab in settings
  2. Enter Mod GUID and press enter.
  3. OR go to https://duosear.ch/moderators and select a Mod
  4. Click on the OB link for that moderator to launch their OB page
  5. Once OB has launched to their page click the Add Moderator button

Observed Behavior:
When attempting to add a new Moderator to the suggested list within the client, client does not accept the "return" of data entered into the "Add Moderators by GUID" Field.
Also, when attempting to add Moderator via the "Add Moderator" button on the Moderators own page, this function also fails. The button returns to a "Add Moderator" state after clicking and not "Remove Moderator" as expected
I CAN however select a Moderator from the supplied list and it WILL add that Moderator to my store.
Expected Behaviour:
When inputting the GUID of a Moderator, that Moderator should be added to the list of available Moderators that can be used by the store owner.
The "Add Moderator" button after clicking should become "Remove Moderator"

Additional info (links, images, etc go here):

The POST settings API call is being sent moderators with a valid guid value, and is returning ""success": true", but the moderator list is still blank when GET settings is called.

This appears to be specific to the moderator. Moderators that come from the get_moderators web socket call work correctly, moderators that are not returned by that call do not.

This is probably a duplicate of #448

Is this getting fixed in 1.1.9 @jjeffryes @cpacia ?

I don't believe we know why it's happening yet. Any updates, @cpacia ?

Any update? The bug still seems to be present.