-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
False
-
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
A very confusing issue with active docs...
The setup is:
- an ActiveDoc::Service with ID: 5, system_name: 20 (to represent swagger 2.0)
- an ActiveDoc::Service with ID: 20, system_name: new
When in the Active Docs index I trigger Publish/Hide actions for the *new* spec, actually they do NOT apply to the selected spec, instead they are applied to the one with system_name: 20
I assume that's because of this strange way to fetch the spec: find_by_id_or_system_name!.
Probably, kind of a corner case, but I haven't found any issue about it, so I thought I'd open it in case somebody faces it too.