cuba-platform / cuba-cli

CUBA Platform Development Command-Line Interface
https://www.cuba-platform.com/marketplace/cuba-cli/
Apache License 2.0
47 stars 8 forks source link

Incorrect datasource name is generated by `screen edit` command #96

Closed oshiryaeva closed 6 years ago

oshiryaeva commented 6 years ago

Incorrect datasource name is generated by screen edit command

Environment

Description of the bug or enhancement

Expected behavior

Entity name in singular:

<datasource id="customerDs"
                    . . . />

Actual behavior

Entity name in plural:

        <datasource id="customersDs"
                    . . . />
alexander-shustanov commented 6 years ago

fixed