Skip to content

Commit

Permalink
Fix link lock (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andrey authored Mar 16, 2020
1 parent 4d3ac08 commit 33cec36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/services/fd-lock-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ export default Service.extend({
case 'fd-dev-class':
case 'STORMCASE.STORMNET.Repository.CADClass, STORM.NET Case Tool plugin':
return 'class';
case 'fd-dev-aggregation':
case 'STORMCASE.UML.cad.Aggregation, UMLCAD':
return 'aggregation';
case 'fd-dev-association':
case 'STORMCASE.UML.cad.Association, UMLCAD':
return 'association';
}
Expand Down

0 comments on commit 33cec36

Please sign in to comment.