-
Notifications
You must be signed in to change notification settings - Fork 649
Add readme file and fix UI issue #7635
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
Conversation
krish seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
@@ -0,0 +1,37 @@ | |||
# Override public folder | |||
If you want to override a certain store webapp static files, this is the correct place to do it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to replace store with devportal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
@@ -32,6 +32,7 @@ import Application from 'AppData/Application'; | |||
import SubscribeToApi from 'AppComponents/Shared/AppsAndKeys/SubscribeToApi'; | |||
import { ScopeValidation, resourceMethods, resourcePaths } from 'AppComponents/Shared/ScopeValidation'; | |||
import { ApiContext } from '../ApiContext'; | |||
import AuthManager from '../../../../data/AuthManager'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can use import AuthManager from 'AppData/AuthManager'; instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
…t development iteration
…t development iteration
…t development iteration
Add README file to store webapp static file override.