Added redirects to client screen after adding or deleting a linked client

This commit is contained in:
2021-07-20 14:48:50 +02:00
parent d151b1744e
commit 73d9d6490a
3 changed files with 27 additions and 15 deletions

View File

@ -117,7 +117,9 @@ table.views-table.views-view-table caption {
/* remove "details" accordion, see https://drupal.stackexchange.com/questions/294312/why-has-this-details-accordion-appeared-in-this-view */
.views-table details {
display: none;
}
form.oc-organisation-relation-form tr:first-child {
display: none;
}