Skip to content

Commit

Permalink
Merge pull request #770 from fstagni/50_removeSetups
Browse files Browse the repository at this point in the history
fix: removed lookup to /DIRAC/Setups
  • Loading branch information
fstagni authored Nov 21, 2024
2 parents acaecb5 + 451b737 commit 890d062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WebAppDIRAC/Lib/SessionData.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def getData(self):
"validGroups": [],
# 'groupsStatuses': '',
"setup": self.__setup,
"validSetups": gConfig.getSections("/DIRAC/Setups")["Value"],
"extensions": self.__extensions,
"extVersion": self.getExtJSVersion(),
}
Expand Down

0 comments on commit 890d062

Please sign in to comment.