inveniosoftware / invenio-app-rdm

Turn-key research data management platform.
https://inveniordm.docs.cern.ch
MIT License
107 stars 147 forks source link

Community identifier box cannot be edited #2389

Closed dfdan closed 1 year ago

dfdan commented 1 year ago

Package version (if known):

In RDM 9.1 using the packages:

Describe the bug

We found that we could not create new communities in a 9.1 instance that had previously worked, because it was not possible to enter an identifier for the new community.

The instance had initially worked fine, and several communities had been created. An assets rebuild seems to have pulled in minor updates with breaking changes.

Expected behavior

It should be possible to fill in the identifiers box so that new communities can be created.

Screenshots (if applicable)

image

In prodution mode nothing is logged in the browser console - the box is simply uneditable. Note that the community URL is completed with [object Object] if you attempt to make any entry into the Identifier input, which is probably a useful clue.

Additional context

By comparing to another instance, I was able to acertain that pinning:

gives a working webpack (I suspect the formik pin may not be required, but have not investiaged further).

dfdan commented 1 year ago

(I now see I could also have updated invenio-communities to 2.8.9...)