function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DokerDoker 

Application and a tab

If I go to currently installed application and add my Payment Tab it shows up on top of page.
But if I deploy ChannelFunds.app file with
Code:
<?xml version="1.0" encoding="UTF-8"?>
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata">
    <defaultLandingTab>standard-home</defaultLandingTab>
    <description>Channel Funds is used by channel managers and partners to create joint marketing programs. The closed loop process is tracked and integrated with Salesforce.com. Partner self-service is supported through the Partner Portal.</description>
    <label>Channel Funds</label>
    <logo>AppExchangeLogos/Appexchange.gif</logo>
    <tab>AboutChannelFunds</tab>
    <tab>SFDC_MDF__c</tab>
    <tab>SFDC_MDF_Claim__c</tab>
    <tab>SFDC_Channel_Budget__c</tab>
    <tab>standard-report</tab>
    <tab>standard-Dashboard</tab>
    <tab>PaymentExport__c</tab>
</CustomApplication>

 Payment Tab shows up in Application details but does not show on top of page (in menu).
 
Did I find a bug?
DokerDoker
Any help please...! Is this a bug?