We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make does not handle spaces in file names. This prevents us from uploading data for the few types that have spaces in the Module, BO or Form name.
Eg:
Data Utilities-cstReportsToDTO-cstReportsToDTO
This may be solved by using an underscores where spaces go:
Data_Utilities-cstReportsToDTO-cstReportsToDTO
Odel should read this as ['Data Utilities', 'triEventDTO', 'triEventDTO']
The text was updated successfully, but these errors were encountered:
Underscores in type info will be interpreted as spaces. Fixes issue #8.
95cf6b4
Closed in 95cf6b4
Sorry, something went wrong.
nithinphilips
No branches or pull requests
Make does not handle spaces in file names. This prevents us from uploading data for the few types that have spaces in the Module, BO or Form name.
Eg:
This may be solved by using an underscores where spaces go:
Odel should read this as ['Data Utilities', 'triEventDTO', 'triEventDTO']
The text was updated successfully, but these errors were encountered: