lib/taskjuggler/TimeSheets.rb in taskjuggler-0.1.1 vs lib/taskjuggler/TimeSheets.rb in taskjuggler-0.2.0
- old
+ new
@@ -100,10 +100,10 @@
if @status
if @status.headline.empty?
error('ts_no_headline',
"You must provide a headline for the status of " +
- "task #{@task.fullId}")
+ "task #{taskId}")
end
if @status.summary &&
@status.summary.richText.inputText == "A summary text\n"
error('ts_default_summary',
"You must change the default summary text of the status " +