regen-network / regen-web

:seedling: Website and marketplace application

Home Page:https://app.regen.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot create new role on project page without a valid regen address

clevinson opened this issue · comments

commented

Describe the bug
Currently there's a uniqueness constraint on regen address. Since there is already one "role" with a blank regen address (empty string value) in the database table, all role creations without a valid regen address are failing.

The solution is to change the uniqueness constraint to allow for multiple records with null addresses.

This was previously thought to be a duplicate of #2282, but when investigating with @blushi last week, we discovered that it was actually a separate bug.

To Reproduce

Expected behavior

Screenshots

Desktop (please complete the following information):

  • OS:
  • Browser:
  • Version:

Smartphone (please complete the following information):

  • Device:
  • OS:
  • Browser:
  • Version:

Additional context


For Admin Use

  • Not duplicate issue
  • Appropriate labels and zenhub epics applied
  • Appropriate contributors tagged