I suggest the default project backup name change to project ralated names not only a "ProjectBackup.zip", this need changes code as:
rocedure TfmBackup.LoadSettings;
var
cFileName:string;
Settings: TGExpertsSettings;
begin
// Do not localize.
Settings := TGExpertsSettings.Create;
try
Settings.LoadForm(Self, ConfigurationKey + '\Window');
FLastZipFile := Settings.ReadString(ConfigurationKey, 'LastZipDir', '');
//c5soft
if FCurrentBackupScope = bsActiveProject then
cFileName := ChangeFileExt(ExtractFileName(GxOtaGetCurrentProject.FileName), '')
else
cFileName := ChangeFileExt(ExtractFileName(GxOtaGetProjectGroupFileName), '');
// FLastZipFile := IncludeTrailingPathDelimiter(FLastZipFile) + 'ProjectBackup.zip';
FLastZipFile := IncludeTrailingPathDelimiter(FLastZipFile) + cFileName;
finally
FreeAndNil(Settings);
end;
EnsureFormVisible(Self);
end;
Done, thanks for the suggestion and the code.
Hm, I would like to close this ticket, but either I don't find the option to do it or I don't have the right for doing that.
Hi Erik,
I can't see any "Edit" or "Edit Status" button or link. See attached
screenshot. Where is it supposed to be?
twm
On 4 June 2016 at 18:16, Erik Berry eberry@users.sf.net wrote:
Related
Feature Requests:
#21I tried to grant you the project create/update permission. Maybe that will fix it.
No, didn't make any difference.
On 5 June 2016 at 22:11, Erik Berry eberry@users.sf.net wrote:
Related
Feature Requests:
#21See if you can do Edit Status, Closed.
I just added the admin and developer groups to the edit tickets permission. That should fix it.
It did, but apparently only for feature requests, not for bug reports.
On 6 June 2016 at 16:16, Erik Berry eberry@users.sf.net wrote:
Related
Feature Requests:
#21