[Rt-commit] rt branch, 5.0/remove-catalog-modal, repushed
Michel Rodriguez
michel at bestpractical.com
Wed Apr 22 16:46:24 EDT 2020
The branch 5.0/remove-catalog-modal was deleted and repushed:
was a4a4bd10b4ba168db8d9756f13f99d160cf44c6f
now e8848f6e6605d1f04ba44953d95087eceee431c8
1: a1c7567523 = 1: a1c7567523 Select Catalog in Asset Create page.
2: a765566c18 = 2: a765566c18 Remove select catalog modal popup on asset creation.
3: a4a4bd10b4 ! 3: e8848f6e66 Test catalog select on asset create page
@@ -90,7 +90,7 @@
+
+RT->Config->Set( DefaultCatalog => 'Default catalog' );
+
-+# populate test catalogs and test user
++# populate test catalogs
+my $catalog_1 = RT::Test::Assets->load_or_create_catalog( Name => 'Default catalog' );
+ok( $catalog_1, 'created catalog 1' );
+my $catalog_2 = RT::Test::Assets->load_or_create_catalog( Name => 'Another catalog', Lifecycle => 'foo' );
More information about the rt-commit
mailing list