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

Messages: Produce: "Keep contents" prevents new dummy data from being generated #3902

Closed
Haarolean opened this issue Jun 2, 2023 · 0 comments · Fixed by #4008
Closed

Messages: Produce: "Keep contents" prevents new dummy data from being generated #3902

Haarolean opened this issue Jun 2, 2023 · 0 comments · Fixed by #4008
Assignees
Labels
area/messages good first issue Up for grabs scope/frontend status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed type/bug Something isn't working
Milestone

Comments

@Haarolean
Copy link
Contributor

Since #2672
Setup:

  1. Topic "test"
  2. Two JSON schemas, "test-key", "test-value":
{
	"schema": "http://json-schema.org/draft-07/schema#",
	"id": "http://example.com/myURI.schema.json",
	"title": "TestRecord",
	"type": "object",
	"properties": {
		"f1": {
			"type": "integer"
		}
	}
}

Steps to reproduce:

  1. Click "produce message". Observe that dummy data is generated for value
  2. Produce a message
  3. Open produce message again. No new data has been generated

#3901

@Haarolean Haarolean added type/bug Something isn't working good first issue Up for grabs scope/frontend status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed area/messages labels Jun 2, 2023
@github-actions github-actions bot added the status/triage Issues pending maintainers triage label Jun 2, 2023
@Haarolean Haarolean removed the status/triage Issues pending maintainers triage label Jun 7, 2023
@Haarolean Haarolean added this to the 0.8 milestone Jul 4, 2023
@Haarolean Haarolean self-assigned this Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/messages good first issue Up for grabs scope/frontend status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant