This commit is contained in:
@@ -123,6 +123,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
public void CommandSelectedForSingleObject(string commandKey, RootObjectTypes objectType, object ayaNovaObject)
|
public void CommandSelectedForSingleObject(string commandKey, RootObjectTypes objectType, object ayaNovaObject)
|
||||||
{
|
{
|
||||||
|
util.PRE_RELEASE_VERSION_STRING = "Pre-release test "+ this.PluginVersion;
|
||||||
|
|
||||||
if (!User.CurrentUserIsAnAdministrator)
|
if (!User.CurrentUserIsAnAdministrator)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
{
|
{
|
||||||
class util
|
class util
|
||||||
{
|
{
|
||||||
public const string PRE_RELEASE_VERSION_STRING = "pre-release 7.6-alpha";
|
public static string PRE_RELEASE_VERSION_STRING {get;set;}
|
||||||
|
|
||||||
public static GZTW.AyaNova.BLL.LocalizedTextTable LocaleText = null;
|
public static GZTW.AyaNova.BLL.LocalizedTextTable LocaleText = null;
|
||||||
const string TEST_ROUTE = "ServerInfo";
|
const string TEST_ROUTE = "ServerInfo";
|
||||||
|
|||||||
Reference in New Issue
Block a user