Opened 9 years ago
Closed 9 years ago
#2503 closed defect (done)
Resource Locator Dialog in the Hive Job Manager does not work
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.13 |
Component: | Hive.Server | Version: | 3.3.12 |
Keywords: | Cc: |
Description
The error is: Method bool VerifyUser (Guid, Collection<Guid>) has no supported transaction to SQL. The error seems only to occur if the user has no admin rights.
Change History (6)
comment:2 Changed 9 years ago by ascheibe
- Status changed from new to accepted
comment:3 Changed 9 years ago by ascheibe
r13142 fixed problem with resource locator dialog
comment:4 Changed 9 years ago by ascheibe
- Owner changed from ascheibe to gkronber
- Status changed from accepted to reviewing
I already deployed the fix on services.heuristiclab.com so you can test if it works for you now. The problem was that this was a Linq-to-Sql query where we inside used a normal method.
comment:5 Changed 9 years ago by gkronber
- Owner changed from gkronber to ascheibe
- Status changed from reviewing to readytorelease
Andreas, I tested this and it works fine on my side now. Also reviewed r13142 and am pretty sure that the change is ok. Simple enough ;)
comment:6 Changed 9 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.