bugfix: fixed work period visibility on page setup api service info (#1355)
This commit is contained in:
parent
ca04c63f5e
commit
f1c6067485
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ PageType {
|
||||||
|
|
||||||
imageSource: "qrc:/images/controls/history.svg"
|
imageSource: "qrc:/images/controls/history.svg"
|
||||||
leftText: qsTr("Work period")
|
leftText: qsTr("Work period")
|
||||||
rightText: ApiServicesModel.getSelectedServiceData("workPeriod")
|
rightText: ApiServicesModel.getSelectedServiceData("timeLimit")
|
||||||
|
|
||||||
visible: rightText !== ""
|
visible: rightText !== ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue