File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- Added environment awareness in configuration, and showing of environment name in UI (#124 )
16
16
- Warning on sync page if other users have unstaged changes (#493 )
17
17
- Added "Export System Default Settings" menu item (#544 )
18
+ - IRIS Business Intelligence items are mapped to the /dfi subdirectory by default (#428 )
18
19
19
20
### Fixed
20
21
- Fixed display of other users' username in workspace view on Unix (#530 )
Original file line number Diff line number Diff line change @@ -2830,6 +2830,7 @@ ClassMethod SetDefaultMappings(mappingsNode As %String)
2830
2830
set @mappingsNode @(" CLS" ," UnitTest" )=" test/"
2831
2831
set @mappingsNode @(" INC" ," *" )=" inc/"
2832
2832
set @mappingsNode @(" MAC" ," *" )=" rtn/"
2833
+ set @mappingsNode @(" DFI" ," *" )=" dfi/"
2833
2834
}
2834
2835
2835
2836
ClassMethod PrintStreams (streams ... As %Stream .FileCharacter )
You can’t perform that action at this time.
0 commit comments