using project.is_shared without disabling the getproject warning will cause a getprojectwarning even if the project was accessed using a session. this could be confusing for a user.
ideally, a developer should be able to get by without ever making a call to sa.get_... functions which have sess.whatever alternatives.
using
project.is_sharedwithout disabling the getproject warning will cause a getprojectwarning even if the project was accessed using a session. this could be confusing for a user.ideally, a developer should be able to get by without ever making a call to
sa.get_...functions which havesess.whateveralternatives.