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=> Add Cancellation Reason for offer in preload data #269

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

Conversation

abulsayyad123
Copy link
Contributor

Hi Team,
This PR is for adding filtered Cancellation Reason for Offers in Admin app. This change is related to latest changes in "Cancellation Reason" table.

Please review this PR and let me know if any change is required.

Thanks

@@ -18,6 +18,9 @@ export default Ember.Mixin.create({
}

if (this.get("session.authToken")) {
promises = promises.concat(
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't this be outside of the if (this.get("session.authToken")) condition ?

What happens if you load the app, and then log-in ? Won't those records be missing ?

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.

3 participants