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

Metric extends Updatable but its all properties are immutable #987

Open
peter-plochan opened this issue Jan 15, 2021 · 0 comments
Open

Metric extends Updatable but its all properties are immutable #987

peter-plochan opened this issue Jan 15, 2021 · 0 comments
Labels

Comments

@peter-plochan
Copy link
Contributor

The old Metric metadata object extends [Updatable interface|https://github.com/gooddata/gooddata-java/blob/db678825ed8f1bbeb34cbd8ef5b38a82a28c9947/gooddata-java-model/src/main/java/com/gooddata/sdk/model/md/Updatable.java#L11], but all its properties are not mutable. This means that even we can call MetadataService#updateObj, we aren't able to update anything.

Allow to update important Metric properties, at least its expression and format.

@peter-plochan peter-plochan added this to the next milestone Jan 15, 2021
@liry liry modified the milestones: next, next next Jan 21, 2021
@peter-plochan peter-plochan removed this from the next milestone Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants