CC-3548: Schedule: Separate repeate show template and single instance on 'When' section
-in progress
This commit is contained in:
parent
071874626e
commit
5a8df0321e
4 changed files with 91 additions and 16 deletions
|
@ -543,7 +543,11 @@ class Application_Model_Preference
|
|||
}
|
||||
|
||||
public static function GetAirtimeVersion(){
|
||||
return self::GetValue("system_version");
|
||||
if (defined('APPLICATION_ENV') && APPLICATION_ENV == "development"){
|
||||
return self::GetValue("system_version")."+".exec("git rev-parse --short HEAD");
|
||||
} else {
|
||||
return self::GetValue("system_version");
|
||||
}
|
||||
}
|
||||
|
||||
public static function GetLatestVersion(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue