[Rt-commit] rt branch, 4.6/assets-bulk-html-cleanup, updated. rt-4.4.4-652-g0ee2d168ed
? sunnavy
sunnavy at bestpractical.com
Wed Jan 8 13:29:46 EST 2020
The branch, 4.6/assets-bulk-html-cleanup has been updated
via 0ee2d168ed09b101e29687d3ac48f9ec4400bb7b (commit)
from 2e4fee7bb8c2e812b6419d9bfdf0dedad857cc48 (commit)
Summary of changes:
share/html/Asset/Elements/AssetSearchCFs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 0ee2d168ed09b101e29687d3ac48f9ec4400bb7b
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jan 9 01:33:01 2020 +0800
Fix unmatched <div> in AssetSearchCFs
Each cf has its own div.form-row and we need to close that in each loop.
diff --git a/share/html/Asset/Elements/AssetSearchCFs b/share/html/Asset/Elements/AssetSearchCFs
index f51a2db697..f5fbf94e0a 100644
--- a/share/html/Asset/Elements/AssetSearchCFs
+++ b/share/html/Asset/Elements/AssetSearchCFs
@@ -69,8 +69,8 @@
<div class="value col-md-4">
<& /Elements/SelectCustomFieldValue, CustomField => $cf, Name => "!$name", Default => $negval &>
</div>
-% }
</div>
+% }
% }
</&>
<%args>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list