Skip to content

Conversation

@codyrancher
Copy link
Member

Rancher no longer supplies the appropriate fields to render the dynamic forms.

  • resourceFields is now null
  • resourceDefinitions doesn't supply the update/create fields

Fixes rancher/dashboard#14139

Rancher no longer supplies the appropriate fields to render the dynamic forms.
- `resourceFields` is now null
- `resourceDefinitions` doesn't supply the `update/create fields`

Fixes rancher/dashboard#14139

## License

Copyright (c) 2014-2024 [Rancher Labs, Inc.](http://rancher.com)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming we want to update this but I can revert if needed.

<button type="button" class="btn btn-primary btn-sm" onclick="htmlapi.up()" {{#unless operations.up}}disabled="disabled"{{/unless}}><span class="glyphicon glyphicon-arrow-up"></span> Up</button>
<button type="button" class="btn btn-primary btn-sm" onclick="htmlapi.reload()"><span class="glyphicon glyphicon-refresh"></span> Reload</button>
{{#if operations.post}}
{{!-- {{#if operations.post}}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided to skip comment out instead of deleting to make this easier to find in the future and this repo isn't anything like the code we typically work on.

@nwmac
Copy link
Member

nwmac commented Oct 2, 2025

@codyrancher Where did we get to with this PR?

@codyrancher
Copy link
Member Author

@codyrancher Where did we get to with this PR?

@nwmac IIRC I think this was only a partial fix which is why I never asked for a review. If it's something we still want I could review this for 2.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API UI: Unable to create resources

2 participants