You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project name step creates two tiles, and issues requests to the tile API serially. After archesproject/arches#10662, one of the tiles will be saved with a context of "resource created", but not the other, because we sent two requests. This has the potential to be confusing later, because all but one will appear in the edit log stream.
Suggesting a refactor to issue one request (if the tile API can't do this, then use the resource API, or something?)
The project name step creates two tiles, and issues requests to the tile API serially. After archesproject/arches#10662, one of the tiles will be saved with a context of "resource created", but not the other, because we sent two requests. This has the potential to be confusing later, because all but one will appear in the edit log stream.
Suggesting a refactor to issue one request (if the tile API can't do this, then use the resource API, or something?)
arches-for-science/afs/media/js/views/components/workflows/create-project-workflow/project-name-step.js
Lines 118 to 123 in 600c7e0
The text was updated successfully, but these errors were encountered: