Update tickets.php - #245
Merged
Merged
Conversation
aftechro
commented
Jan 7, 2022
Contributor
- open ticket when click on both ticket number and subject
- re-arranged the table elements display
- added from email address of within the company (can be left From email or from Contact of the company - or both :D )
- open ticket when click on both ticket number and subject - re-arranged the table elements display - added from email address of within the company (can be left From email or from Contact of the company - or both :D )
Collaborator
|
Excellent First Code commit =] Thank you for all your help @aftechro You have been a fantastic asset to ITFlow. |
Contributor
Author
|
Hello Johnny,
Just learned how to do pull requests on github :d so now will be easy to make changes and give you a hand
just changed the client_contacts.php
if($contact_id == $primary_contact){
$primary_contact_display = "<small class='text-success'>Primary Contact</small>";
}else{
$primary_contact_display = "<small class='text-danger'>Needs approval</small>";
}
but on ticket.php dont know what code should be there to display the contact type
<i class="fa fa-fw fa-user text-secondary ml-1 mr-2 mb-2"></i> <?php echo $contact_name; ?>
<br>
<i class="fa fa-fw fa-info-circle text-secondary ml-1 mr-2 mb-2"></i><?php echo $primary_contact_display; ?>
<br>
Maybe you can have a look.
This will be handy if a ticket will come and needs approval, the agent will not to ask for approval from the main user first
Thank you!
Kind regards,
Andrei Fechete
On Friday, January 7, 2022, 12:15:10 AM GMT, Johnny ***@***.***> wrote:
Merged #245 into master.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.