Skip to content

Enum: SharingMode key-value pairs not identical #4275

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

Open
boghyon opened this issue Apr 29, 2025 · 1 comment
Open

Enum: SharingMode key-value pairs not identical #4275

boghyon opened this issue Apr 29, 2025 · 1 comment

Comments

@boghyon
Copy link
Contributor

boghyon commented Apr 29, 2025

This is a sub-issue of #4201 specifically for the following enum:

  • sap/m/library.SharingMode which is known to be used at least by the sap.m.VariantItem and foreseeably/possibly by other ManagedObjects.

    /**
    * Enumeration of the <code>SharingMode</code> that can be used in a <code>VariantItem</code>.
    * @enum {string}
    * @public
    */
    thisLib.SharingMode = {
    /**
    * Public mode of the <code>VariantItem</code>.
    * @public
    */
    Public: "public",
    /**
    * Private mode of the <code>VariantItem</code>.
    * @public
    */
    Private: "private"
    };

@i556484
Copy link
Member

i556484 commented Apr 29, 2025

Hello @boghyon ,
Thank you for sharing this finding. I've created an internal incident DINC0487666. The status of the issue will be updated here in GitHub.

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

2 participants