Ticket #1840 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

activity title should be set to sample name after a sample is loaded

Reported by: rgs Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: Turtleart Version: Git as of bugdate
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Use case:

0) launch TA

1) load a sample project

2) TA

What should the Journal entry say? Probably the best thing would be to make it have the name of the sample project so then it'll make it easier for users to refer to it.

Change History

Changed 3 years ago by walter

  • status changed from new to closed
  • resolution set to fixed

Simple fix to load_file:

+ if self.running_sugar:
+ self.activity.metadatatitle? = os.path.split(_file_name)[1]

Note: See TracTickets for help on using tickets.