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

Fix partner view to display distribution scheduled date #4860

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

McEileen
Copy link
Contributor

Resolves #4856

Description

Previously, the partner view's "prior distributions" section included the date when distributions were entered into the system. Now, the "prior distributions" section will instead include the distribution scheduled date.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Screenshots

Before

4856Before

After

4856After

@@ -317,6 +317,21 @@
end
end
end

context "when viewing prior distributions" do
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since this test doesn't require any browser interactivity/javascript, it could probably be changed from a system spec to be a request spec. Because system specs are pretty slow.

Copy link
Collaborator

Choose a reason for hiding this comment

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

FWIW, I guarantee @dorner will strongly suggest the same thing.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Indeed. 😁 Can it please be moved to a request spec?

@cielf
Copy link
Collaborator

cielf commented Dec 16, 2024

LGTM from a functional POV

@@ -317,6 +317,21 @@
end
end
end

context "when viewing prior distributions" do
Copy link
Collaborator

Choose a reason for hiding this comment

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

Indeed. 😁 Can it please be moved to a request spec?

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.

Date on prior distributions on partner view should be scheduled date, not date of entry.
4 participants