You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -181,6 +185,10 @@ Scalar. Optional. The field to be created in this class to store the relationshi
181
185
182
186
Boolean. Optional. Defaults to C<0>. If set to C<1> this will add an enumerated options list to the object description when C<include_options> is specified. The options will be C<id> / C<name> pairs.
183
187
188
+
=itemgenerate_options_by_name_where
189
+
190
+
Hash containing a DBIx::Class where clause. Only used if C<generate_options_by_name> is enabled. Used to filter the list to a subset.
191
+
184
192
=itemskip_ref_check
185
193
186
194
Boolean. Optional. Normally adding a parent adds a check to make sure that the id that refers to a parent actually exists. When C<skip_ref_checK> is true that validation is skipped. This is really only useful if you want to create the parent at the same time you insert this object into the database.
0 commit comments