mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Open up makeQReportField to be public (as well as FieldAndJoinTable, which, in some other branch I believe was removed from this class, so, anticipate a conflict over that?)
This commit is contained in:
@ -318,7 +318,7 @@ public class SavedReportToReportMetaDataAdapter
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
private static QReportField makeQReportField(String fieldName, FieldAndJoinTable fieldAndJoinTable)
|
public static QReportField makeQReportField(String fieldName, FieldAndJoinTable fieldAndJoinTable)
|
||||||
{
|
{
|
||||||
QReportField reportField = new QReportField();
|
QReportField reportField = new QReportField();
|
||||||
|
|
||||||
@ -404,5 +404,5 @@ public class SavedReportToReportMetaDataAdapter
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
private record FieldAndJoinTable(QFieldMetaData field, QTableMetaData joinTable) {}
|
public record FieldAndJoinTable(QFieldMetaData field, QTableMetaData joinTable) {}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user