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

Unable to upload to types that have spaces in the name when using Make #8

Closed
nithinphilips opened this issue Jan 2, 2015 · 1 comment
Assignees
Milestone

Comments

@nithinphilips
Copy link
Owner

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']

@nithinphilips
Copy link
Owner Author

Closed in 95cf6b4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant