Silviu Dinuta
9f7d772ac5
Merge remote-tracking branch 'origin/master' into feature/RM-4293_RM_special_containers_can_be_deleted
2016-11-17 11:10:28 +02:00
Ana Bozianu
45cbc77ef3
Revert "Revert "Merge branch 'feature/RM-4357_AllowableOperations' into 'master'""
...
This reverts commit 54717418e1
.
2016-11-17 11:07:14 +02:00
Silviu Dinuta
b660169e6a
Merge master into feature/RM-4293_RM_special_containers_can_be_deleted
2016-11-17 10:53:25 +02:00
Ana Bozianu
54717418e1
Revert "Merge branch 'feature/RM-4357_AllowableOperations' into 'master'"
...
This reverts commit ab93e7b9c0
, reversing
changes made to 0e74642b32
.
2016-11-17 10:52:40 +02:00
Ana Bozianu
ab93e7b9c0
Merge branch 'feature/RM-4357_AllowableOperations' into 'master'
...
Feature/rm 4357 allowable operations
RM-4357 - fileplanComponent's allowable actions don't reflect RM security
RM's capabilities overrides core's security so it is enough to test the capabilities. Please see the table from the issue's comment.
See merge request !624
2016-11-17 07:33:42 +00:00
Ana Bozianu
2248e99b67
RM-4357 - updated unit tests
2016-11-16 16:19:16 +02:00
Silviu Dinuta
51f99f1846
RM-4293: prevent filePlan and unfiled Record container from behaviour
...
beans, also removed deleteNode method from RMNodesImpl and some unit
tests
2016-11-15 19:00:48 +02:00
Ana Bozianu
a867a9618a
RM-4357 - change addChildren capability and updated unit tests
2016-11-14 18:16:04 +02:00
Silviu Dinuta
e8fd663859
Merge master into feature/RM-4327
2016-11-14 14:08:09 +02:00
Silviu Dinuta
dd3117bdaa
RM-4367: restricted types created under record category and added unit
...
tests for RecordCategoryType
2016-11-14 10:20:00 +02:00
Silviu Dinuta
ce0a3e54ae
RM-4327: changed exception type on RecordFolderType and added unit tests
...
for the changes
2016-11-11 17:39:01 +02:00
Tom Page
cf6e32ff7e
RM-4247 Merge master into RM-4247_UpdateDispositionProperty.
2016-11-11 08:21:58 +00:00
Silviu Dinuta
9b0aa770f9
RM-4327: changed InvalidParameterException with IntegrityException
2016-11-10 16:58:05 +02:00
Tom Page
bae6ca0338
RM-4247 Re-add changes that were meant to be merged from release/V2.5.
...
The merge in '5f75e3' missed the changes from RM-4247, so this commit adds
them back in.
2016-11-10 13:14:33 +00:00
Silviu Dinuta
94ec27b0de
RM-4326 : added some more unit tests for RmSiteType and did some code
...
cleanup in this class
2016-11-10 11:04:34 +02:00
Silviu Dinuta
0e93c1dcbe
RM-4326: renamed rm site type unit test class
2016-11-09 16:52:17 +02:00
Silviu Dinuta
1d7f8673bb
RM-4326: added unit tests for RmSiteType class
2016-11-09 16:35:51 +02:00
Silviu Dinuta
49cb2f59ae
RM-4326: undo some formatting
2016-11-09 12:51:14 +02:00
Silviu Dinuta
7e06083595
RM-4326: removed checkPostPermission method and changed RmSyteType to
...
handle allowed created types
2016-11-09 12:44:19 +02:00
Silviu Dinuta
03174c61c4
RM-4326: allow creation under hold type only from HoldServiceImpl
2016-11-08 20:40:51 +02:00
Silviu Dinuta
6d1fa3408e
RM-4326: allow creation in transfer only from TransferServiceImpl
2016-11-08 18:41:15 +02:00
Silviu Dinuta
0836e9682b
RM-4326: allow creation in transfer only from TransferServiceImpl
2016-11-08 18:38:35 +02:00
Silviu Dinuta
517e3286b2
RM-4326: adjusted unit test name for transferContainerType
2016-11-08 17:42:06 +02:00
Silviu Dinuta
fce705ff72
RM-4326: allow creation in transfer container only from
...
TransferServiceImpl
2016-11-08 17:26:07 +02:00
Tom Page
81e1ece309
RM-4247 Merge release/V2.4 into release/V2.5.
2016-11-08 13:25:45 +00:00
Silviu Dinuta
c28e0d5338
RM-4326: restricted permission for post request on Transfer Container,
...
Transfer Folder type and Hold folder type and added unit tests for the
changes
2016-11-08 14:16:15 +02:00
Silviu Dinuta
b3aa001eb0
RM-4326: added restriction for types that are accepted to be create in
...
unfiled record folder
2016-11-08 11:42:58 +02:00
Tom Page
f70bee356f
RM-4247 Merge release/V2.3 into release/V2.4.
2016-11-07 16:12:20 +00:00
Silviu Dinuta
670511aa87
RM-4312: added comments to unit tests
2016-11-07 10:47:10 +02:00
Silviu Dinuta
a4feae7485
RM-4312: changed implementation after review
2016-11-04 18:05:05 +02:00
Silviu Dinuta
ab59884d72
Merge master into
...
feature/RM-4312_ConstraintForCreatingRecordFolderInSpecialContainers
2016-11-04 15:42:37 +02:00
Ana Bozianu
793bdd64da
RM-4296 - removed redundant parent type checked
2016-11-04 15:36:55 +02:00
Ana Bozianu
d05b7a71e0
RM-4296 - whitelisted the accepted types, added unit tests
2016-11-04 14:15:11 +02:00
Silviu Dinuta
970298bfed
RM-4312: added unit tests for the new restriction
2016-11-04 10:04:00 +02:00
Silviu Dinuta
512fda3071
RM-4311: extracted some of the common code in private methods
2016-11-03 13:19:29 +02:00
Silviu Dinuta
d79fde42c6
RM-4311: fixed the issue and added an unit test for it
2016-11-02 18:17:15 +02:00
Silviu Dinuta
c2c2cb2fbc
RM-4289: added deleteRMSite method instead of overriding deleteSite
2016-11-02 17:07:21 +02:00
Ana Bozianu
3abbd9d04b
changed line endings for fileplan component api unit test
2016-11-01 11:55:09 +02:00
Silviu Dinuta
af5725167b
RM-4012: did some changes after update method was removed and used
...
validateNode instead validateOrLookup method
2016-11-01 11:03:31 +02:00
Silviu Dinuta
f8201acccd
Merge master into feature/RM-4012_UnitTests
2016-11-01 02:43:02 +02:00
Silviu Dinuta
6937c1325d
RM-4012: finalised unit tests
2016-11-01 02:40:10 +02:00
Ana Bozianu
af8c22ad42
Changed line endings for RM site test files
2016-10-31 15:08:31 +02:00
Silviu Dinuta
6de240b1ea
RM-4012: finalised FileplanComponentsEntityResource unit tests
2016-10-31 14:41:05 +02:00
Silviu Dinuta
35b09cc094
Merge master into feature/RM-4012_UnitTests
2016-10-31 14:05:05 +02:00
Silviu Dinuta
497caab7be
RM-4199: review updates
2016-10-31 13:51:15 +02:00
Silviu Dinuta
3c4cd91054
RM-4012: added unit test classes and implemented parts of the unit tests
2016-10-31 13:43:52 +02:00
Silviu Dinuta
d22994b862
Merge master into feature/RM-4199_UnitTests
2016-10-31 10:21:44 +02:00
Tom Page
d24a22264c
Merge release/V2.4 into release/V2.5.
2016-10-28 13:31:20 +01:00
Tom Page
eb00635594
Merge merge-2.4/MNT-16852_HF_2.2.0.2_Merge into release/V2.4.
2016-10-28 09:31:09 +01:00
Tom Page
e31bd57526
MNT-16852 Fix unit test comment.
2016-10-27 14:12:14 +01:00