alkem-io / client-web

Default web frontend, enabling browsing the Alkemio platform - so the hosted Challenges and communities collaborating around those Challenges.
https://alkem.io
European Union Public License 1.2
15 stars 6 forks source link

BUG: Edit challenge doesn't work #424

Closed valentinyanakiev closed 3 years ago

valentinyanakiev commented 3 years ago

Describe the bug Editing a challenge always throws exceptions

To Reproduce Steps to reproduce the behavior:

  1. Go to https://dev.cherrytwist.org/admin/challenges/39/edit
  2. Edit any field/
  3. Click 'save'

You get 'DTO validation for class ChallengeInput { } failed! An instance of ChallengeInput has failed the validation: - property textID has failed the following constraints: isUniqueTextId'

Comoque1 commented 3 years ago

Tested ok on test env Server version: server- Client version: Client.Web-429 branch

image.png