Skip to content

Commit

Permalink
[Changed] Fast Form: "zzzzsys_object.sob_all_table" set to blank for …
Browse files Browse the repository at this point in the history
…"run" object

Launch Forms do not have a table associated.

DB Version: V.4.5-2021.01.28.00
Files Version: V.4.5-2021.02.06.00
  • Loading branch information
smalos committed Feb 6, 2021
1 parent 385b628 commit a3693f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/nubuilders.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function nuBuildFastForm($table, $form_type){
";

$record_id = substr($form_type, 0, 6) == 'browse' ? '' : '-1';
$array = Array(nuID(), 'nuuserhome', 'nufastforms', "ff$form_id", ucfirst($table), $table, 11, nuFastFormsMaxTop(), 30, 150, 30, $form_id, $record_id, 'b', 0, 0, 0, 'center', 'run');
$array = Array(nuID(), 'nuuserhome', 'nufastforms', "ff$form_id", ucfirst($table), '', 11, nuFastFormsMaxTop(), 30, 150, 30, $form_id, $record_id, 'b', 0, 0, 0, 'center', 'run');

nuRunQuery($sql, $array);

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nuBuilder Forte 4.5

DB Version: V.4.5-2021.01.28.00
Files Version: V.4.5-2021.02.04.00
Files Version: V.4.5-2021.02.06.00

(V.MajorVersion-CurrentDate.BuildNumber)

0 comments on commit a3693f2

Please sign in to comment.