mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix check transaction page
This commit is contained in:
parent
cee7d7ac3c
commit
49bada7839
@ -134,7 +134,7 @@ enum PageState {
|
|||||||
std::vector<Poco::AutoPtr<model::gradido::Transaction>> transactions_to_sign;
|
std::vector<Poco::AutoPtr<model::gradido::Transaction>> transactions_to_sign;
|
||||||
bool transaction_removeable = false;
|
bool transaction_removeable = false;
|
||||||
int transaction_to_sign_index = 0;
|
int transaction_to_sign_index = 0;
|
||||||
if(!transaction.isNull())
|
if(transaction.isNull())
|
||||||
{
|
{
|
||||||
if(transactions_user_must_sign.size() > skip_count) {
|
if(transactions_user_must_sign.size() > skip_count) {
|
||||||
transactions_to_sign = transactions_user_must_sign;
|
transactions_to_sign = transactions_user_must_sign;
|
||||||
@ -200,7 +200,7 @@ enum PageState {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::clog << "state: " << std::to_string(state) << std::endl;
|
||||||
|
|
||||||
%><%@ include file="include/header_navi_chr.cpsp" %>
|
%><%@ include file="include/header_navi_chr.cpsp" %>
|
||||||
<%= getErrorsHtml() %>
|
<%= getErrorsHtml() %>
|
||||||
@ -278,6 +278,7 @@ enum PageState {
|
|||||||
} else {
|
} else {
|
||||||
user = controller::User::sload(user_id);
|
user = controller::User::sload(user_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
%>
|
%>
|
||||||
<p><%= gettext("Benutzer zu einer Gruppe hinzufügen") %></p>
|
<p><%= gettext("Benutzer zu einer Gruppe hinzufügen") %></p>
|
||||||
<div class="content-table">
|
<div class="content-table">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user