Update backlog description

This commit is contained in:
Robin Shen 2022-08-21 12:40:53 +08:00
parent 9ed803d714
commit c8f66c3fba

View File

@ -87,7 +87,7 @@ public class BoardSpec implements Serializable {
}
@Editable(order=250, placeholder="Not specified", description="Optionally specify a base query to filter/order issues in backlog. "
+ "Backlog issues are those not associating with any milestones")
+ "Backlog issues are those not associating with current milestone")
@io.onedev.server.web.editable.annotation.IssueQuery(withCurrentUserCriteria = true)
@Nullable
public String getBacklogBaseQuery() {