[Bps-public-commit] RT-Extension-QuickCalls branch allow-multiple-custom-quickcall-portlets-via-config updated. 1.03-8-g2b559ee
BPS Git Server
git at git.bestpractical.com
Fri Oct 6 17:23:42 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "RT-Extension-QuickCalls".
The branch, allow-multiple-custom-quickcall-portlets-via-config has been updated
via 2b559ee44cef9c76274bfc6a214c732797b2d6c2 (commit)
from 5281a373a33b594ba32545a3f5358912c145a8d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b559ee44cef9c76274bfc6a214c732797b2d6c2
Author: Brad Embree <brad at bestpractical.com>
Date: Fri Oct 6 10:23:33 2023 -0700
Add screenshots to POD
diff --git a/lib/RT/Extension/QuickCalls.pm b/lib/RT/Extension/QuickCalls.pm
index b354668..bce8628 100644
--- a/lib/RT/Extension/QuickCalls.pm
+++ b/lib/RT/Extension/QuickCalls.pm
@@ -89,6 +89,12 @@ dashboards:
]
);
+=begin HTML
+
+<p><img width="500px" src="https://static.bestpractical.com/images/quickcalls/QuickCallsScreenshot01.png" alt="Basic Configuration" /></p>
+
+=end HTML
+
=head2 CUSTOM CONFIGURATION PER DASHBOARD
If you would like different dashboards to show different Quick Calls you
@@ -117,6 +123,12 @@ The above configuration would show different Quick Calls when the
portlet is loaded on the Dashboard with ID 1. If there is not a custom
configuration for a Dashboard ID it will use the 'Default' value.
+=begin HTML
+
+<p><img width="500px" src="https://static.bestpractical.com/images/quickcalls/QuickCallsScreenshot02.png" alt="Basic Configuration" /></p>
+
+=end HTML
+
=head2 SUBREF VALUES
If a value is an anonymous subref, it will be called when the Quick Call
-----------------------------------------------------------------------
Summary of changes:
lib/RT/Extension/QuickCalls.pm | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
RT-Extension-QuickCalls
More information about the Bps-public-commit
mailing list