Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Inputs table do not reflect the changes when input is edited #1410

Closed
pdudhaiya-crest opened this issue Oct 29, 2024 · 2 comments · Fixed by #1445
Closed

BUG: Inputs table do not reflect the changes when input is edited #1410

pdudhaiya-crest opened this issue Oct 29, 2024 · 2 comments · Fixed by #1445
Assignees
Labels
bug Something isn't working waiting-for-release Waiting for the release

Comments

@pdudhaiya-crest
Copy link
Contributor

Description

The inputs table does not reflect the changes when input is edited.

Steps to reproduce:

  1. Create an input on the inputs page
  2. Edit the input and change the value of any field. For example - interval.

Expectation:

  • The new value should be seen in the inputs table on the page.

Actual:

  • The old value is still seen.
  • The new value is only seen in the details section.
  • Things get correct when the page is refreshed once.
Screenshot 2024-10-29 at 3 53 18 PM

What UCC version are you using?

5.51.1

Additional System Info

Python 3.7, Linux, Mac

@pdudhaiya-crest pdudhaiya-crest added bug Something isn't working triage Pending triage from maintainers labels Oct 29, 2024
@artemrys
Copy link
Member

Jira ticket was created - https://splunk.atlassian.net/browse/ADDON-76309.

@artemrys artemrys removed the triage Pending triage from maintainers label Oct 30, 2024
@artemrys artemrys added the waiting-for-release Waiting for the release label Nov 25, 2024
@artemrys artemrys reopened this Nov 25, 2024
soleksy-splunk pushed a commit that referenced this issue Nov 26, 2024
**Issue number:** *ADDON-76309*

Closes #1410.

## Summary

### Changes

> More info data is getting updated when the row is expanded

### User experience

> User can update the row details and check the updated data will render
when the row is expanded.

## Checklist

If your change doesn't seem to apply, please leave them unchecked.

* [X] I have performed a self-review of this change
* [X] Changes have been tested
* [ ] Changes are documented
* [X] PR title follows [conventional commit
semantics](https://www.conventionalcommits.org/en/v1.0.0/)
srv-rr-github-token added a commit that referenced this issue Nov 27, 2024
# [5.54.0](v5.53.2...v5.54.0) (2024-11-27)

### Bug Fixes

* allow packaging from 23.0 ([#1484](#1484)) ([29accc4](29accc4))
* display newest information in row more info section ([#1445](#1445)) ([2b34c6b](2b34c6b)), closes [#1410](#1410)
* required star visibility when using modify prop ([#1489](#1489)) ([e1fe2b0](e1fe2b0))
* support Windows when checking library version ([#1482](#1482)) ([db17b5c](db17b5c))

### Features

* add license during init command ([#1475](#1475)) ([471294a](471294a))
* confirmation modal when activate/deactivate single input ([#1421](#1421)) ([34c8ec2](34c8ec2))
* do not create __pycache__ in lib dir ([#1469](#1469)) ([ad58e50](ad58e50))
* **inputs:** show input services status count ([#1430](#1430)) ([2574451](2574451))
@artemrys
Copy link
Member

The fix should be available in 5.54.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting-for-release Waiting for the release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants