Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Visibility Constants are Wrong

web-app

Looks like GeminiConstant.ISSUEVISIBILITYPRIVATE is 1 and PUBLIC is 0

but when I look in the database values should be 2 and 1 (so no zero)

Are the constants wrong?

The sample app stamps with a 1 instead of using constants

Thanks, Krip

Krip
· 1
Krip
Replies (1)
helpful
0
not helpful

These are legacy values. Which version of the sample app are you using?

This is what is looks like with the latest:

   data.Visibility = 1;

   data.VisibilityMemberType = GeminiConstant.SecurityMemberType.GlobalGroup;

 


Saar Cohen
· 5000
Saar Cohen