Changes between Initial Version and Version 4 of Ticket #6587


Ignore:
Timestamp:
Jul 19, 2022, 12:49:47 AM (21 months ago)
Author:
Langbart
Comment:

Updating the title to make the issue clearer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6587

    • Property Summary Dealing with a tooltip of zero time costTooltip issue after modifying a tech for the Macedonian civ bonus
  • Ticket #6587 – Description

    initial v4  
    1313}}}
    1414
    15 the tooltip time is checked twice for its existence with an if statement.
     15the tooltip time is checked twice for its existence with an if statement (`if(0) equals to false`).
    1616{{{#!js lineno=720 marks=721,729
    1717        let totalCosts = multiplyEntityCosts(template, buildingsCountToTrainFullBatch * fullBatchSize + remainderBatch);
     
    2727                        costs.push(sprintf(translate("%(component)s %(cost)s"), {
    2828}}}
     29
     30See also comment:3 below for the other issue regarding the correct display of the tooltip in the structure tree for the modified techs.
    2931
    3032=== possible solutions