Search
Page 1 of 8. Showing 76 results (0.011 seconds)
Basic Auth
w pliku web.xml znajdują się następujące wpisy: <filter> <filtername>BasicAuthFilter</filtername> <filterclass>com.suncode.pwfl.web.filter.BasicAuthFilter</filterclass> </filter><filtermapping> <filtername>BasicAuthFilter</filtername> <urlpattern>/api/</urlpattern> <urlpattern>/plugin/</urlpattern> </filtermappingChange Log 4.3
on calendar filters click PWFL11789 https://jira.suncode.local/jira/browse/PWFL11789 Cannot invoke "com.plusmpm.database.AdvanceSearchVariableTable.getValue … https://jira.suncode.local/jira/browse/PWFL11780 Calendar tab in user account has been hidden PWFL11790 https://jira.suncode.local/jira/browse/PWFL11790 Added the ability to filter the dashboardFiltry wyszukiwania w oparciu o hibernate
jako pola, należy używać nazw pól zdefiniowanych w mapowanych klasach. SimpleHibernateFilter filter = new SimpleHibernateFilter( "userName", "jkowalski" ); //użytkownik o loginie "jkowalski" //LUB SimpleHibernateFilter filter = new SimpleHibernateFilter( "userName", "jkowalski", FilterOperator.NOTEQ ); //użytkownicyv3.2.64
http://192.168.1.52:8080/jira/browse/PWFL5171 Addition of NOTILIKE, UPPER and LOWER filters to FilterOperator filters.v3.2.17
not work properly on the form. PWFL4545 http://192.168.1.52:8080/jira/browse/PWFL4545 Improved filtering of audit types. PWFL4559 http://192.168.1.52:8080/jira/browse/PWFL4559 Cannot select a single audit type in filters. New Feature PWFL4514 http://192.168.1.52:8080/jira/browse/PWFL4514 Licensed functionality for addingv3.2.47
http://192.168.1.52:8080/jira/browse/PWFL5015 Ustawianie nazwy generowanego pliku. Bug PWFL4941 http://192.168.1.52:8080/jira/browse/PWFL4941 Users clearing filters after reloading the page, even though the list is still being filtered. PWFL5017 http://192.168.1.52:8080/jira/browse/PWFL5017 Data change in the process tabular error. Improvement PWFL5015Tworzenie zapytań SQL
SimpleSQLFilter( "intcol", 5, FilterOperator.GT ) ); g2.addFilter( new SimpleSQLFilter( "intcol", 7, FilterOperator.LT ) ); List<SQLFilter> filters=new ArrayList<SQLFilter>(); filters.add( g1 ); //builder.addFilter( g1 );//tym razem nie ustawiamy filtrów! builder.setParameters( filters );//ale musimy podać parametry użyte wZarządzanie tłumaczeniami
: Default translations and Custom translations. In order to find the translation to overwrite, you can use one of auxiliary filters that narrow down translation list: Select sources multiselect combobox containing sources of translations, i.e. name of the plugin or system (plusworkflow). Filter keys dynamic search barAudyty systemu
. Przechwytywanie.PNG Figure 8.1 shows the view of the "Audit elements" tab. On the left there is a form where we can filter actions, users and the start and end time of the action. Next to it is a table in which all the actions that were made in the system are found. Filters can be rolled up or expanded. We can filter after all columnsStanowiska
( filter, pagination ); // Umożliwia wyszukiwania stanowisk na podstawie filtrów Introduction Useful classes: PositionFinder … = positionFinder.find( filter, pagination ); // Allows search positions based on filters