# Conflicts: # controllers/activity.go
@@ -4250,7 +4250,7 @@ func (this *ActivityCoAntroller) LabelTypeListV6Pc() {
if whichDay == "undefined" {
whichDay = ""
}
- if activeState == "undefined" || activeState == "" {
+ if activeState == "undefined" || activeState == "" || activeState == "1" {
activeState = "1,2"
userType, permissionStr, err := services.GetUserType(user.CompanyId)