Skip to content

Commit 5400288

Browse files
committed
listVersions excludeSystem
1 parent 0408927 commit 5400288

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

js/gitana/repository/Node.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,9 +1145,14 @@
11451145
//
11461146
////////////////////////////////////////
11471147

1148-
listVersions: function(pagination)
1148+
listVersions: function(pagination, excludeSystem)
11491149
{
11501150
var params = {};
1151+
if (excludeSystem)
1152+
{
1153+
params.excludeSystem = excludeSystem;
1154+
}
1155+
11511156
if (pagination)
11521157
{
11531158
Gitana.copyInto(params, pagination);

0 commit comments

Comments
 (0)