User tests: Successful: Unsuccessful:
Pull Request for Issue #13999.
Added a function to checkin item from the associations view.
Before Patch
If you click on check-in icon, nothing happens.
After Patch
The item is checked in.
Please also test with other items as articles
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_associations Language & Strings |
check-in
if I do not mistake (it is at least the way it is displayed in the toolbar)
we have a style guide - please us it
Labels |
Added:
?
?
|
fixing a bug 1 hour; making the comments right several hours ;-)
I do not want to be the bad boy here but I confirm we use check-in
44 times in en-GB lang files...
so it is wrong 44 time :-P
or maybe it is being used according to the style guide 44 times.
My test:
If the item is marked as checked-out, one can check it in and then click to open the side by side.
with this change:
Add line 129 of /administrator/components/com_associations/views/associations/tmpl/default.php
<?php if (!$canCheckin && $isCheckout) : ?>
<?php echo JHtml::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'associations.'); ?>
<?php endif; ?>
just before
<?php if ($canCheckin && $isCheckout) : ?>
<?php echo JHtml::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'associations.', $canCheckin); ?>
<?php endif; ?>
Note: I am preparing a PR to solve also a checked out issue in the side by side view.
I have tested this item
Patch test successfully, with JM patch modification.
I have tested this item
Patch ok for me
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
@franz-wohlkoenig
We wait for @rdeutz to merge rdeutz#14
Labels |
Added:
?
|
I have tested this item
Note: as soon as we are ready to release 3.7.1, we will let it know to TTs about the new string, but I was unable for now to reproduce an error using it.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-10 14:54:25 |
Closed_By | ⇒ | infograf768 |
Unfortunately, I had to change the language file, I will merge this anyway even if we don't have the time to let all translation teams translate the term.
@brianteeman can you have a look at the sentence I would call english :-)