We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0408927 commit 5400288Copy full SHA for 5400288
js/gitana/repository/Node.js
@@ -1145,9 +1145,14 @@
1145
//
1146
////////////////////////////////////////
1147
1148
- listVersions: function(pagination)
+ listVersions: function(pagination, excludeSystem)
1149
{
1150
var params = {};
1151
+ if (excludeSystem)
1152
+ {
1153
+ params.excludeSystem = excludeSystem;
1154
+ }
1155
+
1156
if (pagination)
1157
1158
Gitana.copyInto(params, pagination);
0 commit comments