mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-28 09:50:49 +00:00
21 lines
629 B
Text
21 lines
629 B
Text
|
{
|
||
|
variables = {
|
||
|
authorDG = {
|
||
|
class = GSWDisplayGroup;
|
||
|
dataSource = {
|
||
|
class = EODatabaseDataSource;
|
||
|
editingContext = session.defaultEditingContext;
|
||
|
fetchSpecification = {
|
||
|
class = EOFetchSpecification;
|
||
|
entityName = Author;
|
||
|
fetchLimit = 0;
|
||
|
isDeep = YES;
|
||
|
};
|
||
|
};
|
||
|
formatForLikeQualifier = "%@*";
|
||
|
localKeys = ();
|
||
|
numberOfObjectsPerBatch = 0;
|
||
|
selectsFirstObjectAfterFetch = YES;
|
||
|
};
|
||
|
};
|
||
|
}
|