Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for isShown (0.03 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        /**
         * Notification message displayed on the login page.
         * This message is shown to users on the authentication page.
         */
        @Size(max = 3000)
        public String notificationLogin;
    
        /**
         * Notification message displayed on the search top page.
         * This message is shown to users on the main search page.
         */
        @Size(max = 3000)
        public String notificationSearchTop;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java

            assertTrue(details.contains("Total: 1 event(s)"));
            assertTrue(details.contains("Something went wrong"));
            // Throwable is no longer included in summary-oriented format
            // Only log message is shown per event line
        }
    
        @Test
        public void test_formatDetails_emptyList() {
            TestableLogNotificationJob testableJob = new TestableLogNotificationJob();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 10.5K bytes
    - Click Count (0)
Back to Top