mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8895 from thats4shaw/patch-1
DOCS HistoryViewerField updates
This commit is contained in:
commit
acf449011b
@ -1014,6 +1014,7 @@ SilverStripe\GraphQL\Manager:
|
||||
fields: [ID, LastEdited]
|
||||
operations:
|
||||
readOne: true
|
||||
rollback: true
|
||||
SilverStripe\Security\Member:
|
||||
fields: [ID, FirstName, Surname]
|
||||
operations:
|
||||
@ -1087,7 +1088,7 @@ const config = {
|
||||
variables: {
|
||||
limit,
|
||||
offset: ((page || 1) - 1) * limit,
|
||||
block_id: recordId,
|
||||
id: recordId,
|
||||
}
|
||||
};
|
||||
},
|
||||
@ -1125,7 +1126,7 @@ const config = {
|
||||
refetch({
|
||||
offset: ((page || 1) - 1) * limit,
|
||||
limit,
|
||||
block_id: recordId,
|
||||
id: recordId,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user