mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
fix: pause transactions locaking.
This commit is contained in:
@@ -405,14 +405,14 @@ export default [
|
|||||||
ability: ManualJournalAction.View,
|
ability: ManualJournalAction.View,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
text: <T id={'sidebar.transactions_locaking'} />,
|
// text: <T id={'sidebar.transactions_locaking'} />,
|
||||||
href: '/transactions-locking',
|
// href: '/transactions-locking',
|
||||||
permission: {
|
// permission: {
|
||||||
subject: AbilitySubject.ManualJournal,
|
// subject: AbilitySubject.ManualJournal,
|
||||||
ability: ManualJournalAction.TransactionLocking,
|
// ability: ManualJournalAction.TransactionLocking,
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
text: <T id={'exchange_rate'} />,
|
text: <T id={'exchange_rate'} />,
|
||||||
href: '/exchange-rates',
|
href: '/exchange-rates',
|
||||||
|
|||||||
@@ -785,13 +785,13 @@ export const getDashboardRoutes = () => [
|
|||||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||||
defaultSearchResource: RESOURCES_TYPES.ACCOUNT,
|
defaultSearchResource: RESOURCES_TYPES.ACCOUNT,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: `/transactions-locking`,
|
// path: `/transactions-locking`,
|
||||||
component: lazy(() =>
|
// component: lazy(() =>
|
||||||
import('../containers/TransactionsLocking/TransactionsLockingList'),
|
// import('../containers/TransactionsLocking/TransactionsLockingList'),
|
||||||
),
|
// ),
|
||||||
pageTitle: intl.get('sidebar.transactions_locaking'),
|
// pageTitle: intl.get('sidebar.transactions_locaking'),
|
||||||
},
|
// },
|
||||||
// Homepage
|
// Homepage
|
||||||
{
|
{
|
||||||
path: `/`,
|
path: `/`,
|
||||||
|
|||||||
Reference in New Issue
Block a user